System Date

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

I have the system date loaded into a text control on many
forms. It works fine in my development application, but
when I copy the application to another machine it gives
me a "#Name?" entry into the control.

I had solved this matter about a year ago, but didn't
write down my solution. Can anyone give me the solution
again?

Scott
 
I have the system date loaded into a text control on many
forms. It works fine in my development application, but
when I copy the application to another machine it gives
me a "#Name?" entry into the control.

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.
 
Back
Top