Daniel Shanahan Posted August 28, 2000 Posted August 28, 2000 In my FMPro address book i have a birthdate field. every month i'd like to do a "Find" and get all the birthdays for that particular month. Unfortunately, I can't use wildcards for the year (**) and FMPro requires them. Question: How can I Find birthdays by Month? (FMPro 5)
LiveOak Posted September 4, 2000 Posted September 4, 2000 Create a calculated field: BDayMonth = Month(Birthday) This returns a number from 1 to 12. Do your search on this field. You could also use: BDayMonthName = MonthName(Birthday) This returns the name of a month. -bd
Recommended Posts
This topic is 8833 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