spcepickle
Registered User.
- Local time
- Today, 13:01
- Joined
- Jan 8, 2008
- Messages
- 30
Hi All - I would like the user to be able to import a month name (April for example) and then have access convert that name to a number (4) so that I can search for records that were opened before the month entered. I have been using:
MonthName(Month([CompletionDate])) = [Enter Month]
but
MonthName(Month([CompletionDate])) <= [Enter Month]
does not work.
Thanks!
MonthName(Month([CompletionDate])) = [Enter Month]
but
MonthName(Month([CompletionDate])) <= [Enter Month]
does not work.
Thanks!