error on WIn2K3 - Date system variable...

  • Thread starter Thread starter Brad Pears
  • Start date Start date
B

Brad Pears

I am developing an Access 2000 app. This app must run on 98, Xp, Win2K and
Win2K3.

I am testing a Win2K3 session and my app crashes at the following line of
code...

me.Date_complete = Date

The error is ...

"Compile error... Can't find project or library..."

How do I fix this? I assumed this was simply a system variable avaialable
anywhere...

If I enter date with the "()" after it, they simply are stripped off as soon
as I switch to a different line... Not sure if that means anything or
not...

Any help would be most appreciated...

Thanks,

Brad
 
Hi Brad

This will no doubt be caused by one of your references being missing on the
Win2K3 machine.

From the code window, click Tools>References to find out whhich one it is.
If you see one marked "Missing" then first try unchecking it and then
compile your code (Debug>Compile). You may find it was unnecessary.

If it *is* required, then you must find the file and make sure it is
installed on all target machines.
 
Back
Top