Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Seaching Dates 1

Status
Not open for further replies.

steve5504

Technical User
Jan 14, 2005
1
0
0
US
I use FileMaker Pro 6 and have a database of over 4,000 records. My date field format is: mm/dd/yyyy and spands 5 decades. I am trying to come up with seach that will return a list of records a specific month for all the years (i.e. all records with the month of January). I tried 01/*/* and 01/??/????. Neither worked. Any ideals?

Thanks
SN
 
Create a new calculation field in the database using either:

Month(date field) returns 1-12
or
MonthName(date field) returns Month name as text

Hope that Helps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top