rjmccafferty
IS-IT--Management
I am running Access 2000, front end and back end. When I prepare reports I naturally like to include the date. Access has, in the insert drop down, options for inserting page numbers and dates in various formats. The one I prefer for date is the one that Access enters automatically as
=Format(Date(),"Short Date"
But when I use this, instead of getting a date on the report, it prints as #Name?
Thinking it might somehow be like the =count(*) function where it only works in the report header or footer, I tried the date entry in detail, page header and report header, always with the same error message.
That is absolutely baffling since this is code Microsoft preset for use in the program. I have reverted to using =now(), but it is a format I do not care for. I did, of course, trying using the MS code but with Now() instead of date(). That doesn't work either.
Can someone tell me how I need to change the MS code so that it will actually print the date?
=Format(Date(),"Short Date"
But when I use this, instead of getting a date on the report, it prints as #Name?
Thinking it might somehow be like the =count(*) function where it only works in the report header or footer, I tried the date entry in detail, page header and report header, always with the same error message.
That is absolutely baffling since this is code Microsoft preset for use in the program. I have reverted to using =now(), but it is a format I do not care for. I did, of course, trying using the MS code but with Now() instead of date(). That doesn't work either.
Can someone tell me how I need to change the MS code so that it will actually print the date?