R
Rosemary
I have a database that was developed in Access 2007 that I am using the Now()
function to get the date and format it into "dd mmm yyyy" format. It's at
the top of reports, etc. It was working just fine until our organization
pushed out Vista, now I get the famous ?Name in place of the date.
I thought it was Vista, so I took an old database that was Access 2000 and
converted it to 2007 on my Vista machine, then opened it up and the Now()
function is still working fine in it.
Is it a reference or something I'm missing? The code is as follows:
"As of " & Format(Now(),"dd mmm yyyy")
Any help is appreciated.
function to get the date and format it into "dd mmm yyyy" format. It's at
the top of reports, etc. It was working just fine until our organization
pushed out Vista, now I get the famous ?Name in place of the date.
I thought it was Vista, so I took an old database that was Access 2000 and
converted it to 2007 on my Vista machine, then opened it up and the Now()
function is still working fine in it.
Is it a reference or something I'm missing? The code is as follows:
"As of " & Format(Now(),"dd mmm yyyy")
Any help is appreciated.