L
laura
I am trying to display just the month of any given date held in my table,
but for some reason it's not working!
A table (tblCalendar) with a date field called aDate
A report with the recordsource being the tblCalendar. I have a textbox in
which I have put in the Control Source the following:-
=Format([aDate],"mmm")
It will not display the month - why?
It works on a Form but not on a Report.
Laura TD
but for some reason it's not working!
A table (tblCalendar) with a date field called aDate
A report with the recordsource being the tblCalendar. I have a textbox in
which I have put in the Control Source the following:-
=Format([aDate],"mmm")
It will not display the month - why?
It works on a Form but not on a Report.
Laura TD