MS Access 2000 - Todays date function "Date()" doesnt work.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

This has worked in older versions of Office Professional but it doesn't work
in this version. Any suggestions?
 
bobkat said:
This has worked in older versions of Office Professional but it doesn't work
in this version. Any suggestions?

Please define "doesn't work." Does the function return a date? If so, is
it the correct date? If not, what happens? Is there an error message? If
there is an error message, what does it say?

I suspect missing references, but need more info.

LeAnne
 
This has worked in older versions of Office Professional but it doesn't work
in this version. Any suggestions?

The Date() function often gets messed up if your computer's references
are messed up.

This appears to be the very common References bug. Open any
module in design view, or open the VBA editor by typing
Ctrl-G. Select Tools... References from the menu. One of the
..DLL files required by Access will probably be marked
MISSING. Uncheck it, recheck it, close and open Access.

If none are MISSING, check any reference; close and open
Access; then uncheck it again. This will force Access to
relink the libraries.

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top