Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6679 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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.

Posted

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

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.