H Hans Registered User. Local time Today, 02:15 Joined Feb 6, 2002 Messages 20 Mar 12, 2002 #1 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?
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?
J Jack Cowley Registered User. Local time Today, 02:15 Joined Aug 7, 2000 Messages 2,639 Mar 13, 2002 #2 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)
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)