=Now() no longer works

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

Guest

I have a Microsoft Access .mdb system (Access 2003) that the system date and
time was initially working on all reports. Now, the only automated field
that works on the report is the page number system ( ="Page" & [Page] " of "
[Pages] routine. Can any one provide a reason as to why Visual Basic
functions no longer work on this database, and what I have to do to get them
to work again? Thanks, Robert Nusz
 
Robert Nusz @ DPS said:
I have a Microsoft Access .mdb system (Access 2003) that the system
date and time was initially working on all reports. Now, the only
automated field that works on the report is the page number system (
="Page" & [Page] " of " [Pages] routine. Can any one provide a
reason as to why Visual Basic functions no longer work on this
database, and what I have to do to get them to work again? Thanks,
Robert Nusz

You probably have a broken reference. That can be caused by moving a
database to a new PC which has its libraries in different places or of
different versions (or in some cases, doesn't have the same ones at
all), or by applying an update to the PC that changes the versions or
locations of the libraries that are being used by Access or your own
code in the database. See if the steps outlined here help:


http://members.rogers.com/douglas.j.steele/AccessReferenceErrors.html
 
To All, Thank You. Problem resolved.

After resolving Report Component Errors. Not Associated with a control,
issues,
this is now working.

Thanks,
Robert Nusz
DPS, State of Oklahoma
 
Back
Top