Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Confused with Date()

Status
Not open for further replies.

RADM

Programmer
Dec 27, 2003
36
IT
Hi,

In some of my access 2k reports, I've used date() to print current date. Some other reports, I used now() to get the same output as before. While using Date(), it gives #Name error but works fine with Now(). Even Access common expression also promots date(). Why it is so?

Regards,

RADM
 
It's a bug. You've got something wrong with your VBA references which causes this bug to appear. Have a look and you'll probably see a missing library. Either reinstall that library or delete the reference if your code doesn't need it.

Craig
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top