Date() & Time () Question

  • Thread starter Thread starter Brigham Siton
  • Start date Start date
B

Brigham Siton

We have 2 machines running the same Access 97 database. One is a Windows XP
Pro and the other is Windows 2000. Both are updated to the lastest service
packs (XP sp1 & W2K sp 4).

However, on the XP machine, everytime it hits a sub procedure that has
either Date() or Time(), it halts saying library error.

On the W2K, it works fine. We also have some W98 machines and they all work
fine.

Is there any updating I need to do? What could be causing the problem?

Thank you very much.
 
It's probably a references problem.
Press "Alt" + "F11"
Look at if you have a reference marked like "MISSING"

If it's DAO unchek it, click Ok and "tools" "references" check it and click
ok

If it is the case, verify that it is quite necessary to your application (if
there it is not necessary uncheck it).


Verify which the DLL attached is quite present on the disc. And re-records
there by one:
regsvr32 "C:\Mpath\MyDLL.DLL "

Gael.
 
Back
Top