Functions Unrecognized in Access 97

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

I'm trying to develop an application for a charitible
organization which has a rather old computer. I developed
the application in Access 97 SR-1 under Windows XP. The
client machine had Access 97 (no upgrades) running under
Windows 98. The problem is that the client version won't
recognize functions such as Date() and Left. I have since
upgraded the client Access 97 to SR 1, SR 2, and SR 2b;
but the problem persists. I'm able to define these
functions with Build on the client machine, but they still
won't execute.

The windows version is Windows 98 4.10.1998.

I'd appreciate advice on what I can try to resolve this
problem.
 
Hi Bob

You likely have broken references. To see what they are, simply break into any
module and from the Tools/References menu you will see a list of the references
that are used in your application. Any missing reference will have the word
MISSING in front of it....simply uncheck it.

Maurice
 
Thanks very much, Maurice. You were exactly right. I
clicked off the missing resource and everything started
working. Thanks again.

Bob
 
Back
Top