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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Formatting Issue 1

Status
Not open for further replies.

robinsql

Programmer
Aug 2, 2002
236
IE
Hi,
I am having a problem formatting the date in Access97. The following works fine in Access2000 but not in 97.
Anyone know what the problem is?
Thanks for any help.

=Format(Date(),"Long Date") & " " & Format(Time(),"Long Time")
 
Hi,
You are right. I am missing the following...
Micrsoft DAO 3.51 Object library
Microsoft Visual Basic for Applications

How do I get them?
Thanks!
 
Hi,
Thank you very much for your help. I removed and then reset the references and it is now working fine.
Thanks,
Robin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top