View Full Version : MonthName function


Hans
03-12-2002, 02:43 PM
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?

Jack Cowley
03-12-2002, 08:44 PM
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)