rob1234 Posted August 10, 2006 Posted August 10, 2006 I have a date field in my database that has dates corresponding to pretty much every tues, wed, thur, and fri of the last couple of years. What I want to do is export all the records where the date field equals a day that was a tuesday between june 2005 and june 2006. Is there an easy find I can do to just get these days? Any suggestions? This is a Filemaker 5.5 database.
Lee Smith Posted August 10, 2006 Posted August 10, 2006 Create a new calculation field and use the Day Name Date Function DayName(YourDateField) Now you can search for the name like Monday HTH Lee
Ender Posted August 10, 2006 Posted August 10, 2006 Add a calc: DayName (calculation, text result) = dayname(Date) Then do a find with two fields: DayName = Tuesday and Date = 6/1/05..6/30/06 Then export the found set.
Recommended Posts
This topic is 6679 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now