Date()

C

Cameron Sutherland

If she has Access 97 installed (even Service Release #2)
she should understand the Date() function. In fact there
is no way to partially install Access so she wouldn't
understand it. I doubt your problem is there. I suspect
you have another reference missing that stops Access from
loading the VBA componants. On her machine go into any
code and from the menu tools-->References... and see if
any if the checked items has the word 'Missing' in front.
You probably have a newer (or older) version of some DLL
or OCX (ActiveX) and her computer has no idea what it
means ('DLL Hell').
-Cameron Sutherland
 
Top