nfregistrar Posted July 16, 2001 Posted July 16, 2001 I have a set of records with a birthdate field in each. I would like to sort on the birthdate so as to look for birthdays in a given week. The birthdate sorts by year as well as date so that I have to look through all the years. If I do a calculation to strip off the year, then the new fields with only month and day don't sort correctly. (1/10 comes before 1/2 and 10/1 comes before 2/1) Any ideas.
LiveOak Posted July 17, 2001 Posted July 17, 2001 Just create two fields, instead of just one: Day (calculation, number) = Day(Date) Month (calculation, number) = Month(Date) Sort by: Month <-- first Day <-- next -bd
Recommended Posts
This topic is 8786 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