Date Default Error

A

aMack

In forms, on-load event, I set the value:

me.ctlMyDate.Value = Date

On some users pc's we get a Compile Error: the "Date" is highlighted and the
error reads "can't find project or library".

Any suggestions.

A MACKENZIE, CMA, MBA
 
F

freakazeud

Hi,
check the references under VBA editor (Ctrl+g)--tools--references...If any
are marked missing then correct the problem.
HTH
Good luck
 
Top