FORMAT and TRIM not working on one lap top

  • Thread starter Thread starter Pam
  • Start date Start date
P

Pam

FORMAT and TRIM in queries in one of my databases
randomly does not work on my lap top but does on another
machine. What can I do?
 
FORMAT and TRIM in queries in one of my databases
randomly does not work on my lap top but does on another
machine. What can I do?
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