Re: Date format to display month name
- From: "Chris O'C via AccessMonster.com" <u29189@uwe>
- Date: Sun, 25 May 2008 14:52:23 GMT
If your db has any missing references, any VBA function used will result in
"undefined function" but it really means there are other functions not
defined because of the missing libraries. Fix the missing references and
your VBA code will work.
Chris
Microsoft MVP
reji wrote:
I am using Access 2000. In a query I have a field called docdate. I wish to
display this field's month name in same query as January, February, and so
on . So I typed the command Month:Format([docdate],'mmmm').
But when I try tun the query, getting error mesage - undefined function "
Format " in expression.
Please help me.
Regards,
Reji
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-queries/200805/1
.
- References:
- Date format to display month name
- From: reji
- Date format to display month name
- Prev by Date: Re: Date format to display month name
- Next by Date: Re: How to convert this to an Access query?
- Previous by thread: Re: Date format to display month name
- Index(es):
Relevant Pages
|