MonthName function

Hans

Registered User.
Local time
Today, 02:15
Joined
Feb 6, 2002
Messages
20
I'm trying to use this MonthName function and it's not working (surprise). Within a query I'm typing MonthName([What month?],False)where the "[What month?]" is a parameter requiring 1-12. Nothing works. Any ideas?
 
You can't put a parameter in the function. You need to put a field with a number or a number itself.

Month: MonthName(AFieldNameInTheQuery, False)
 

Users who are viewing this thread

Back
Top Bottom