Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SP3 and SR1 Access versions mid() chr() functions 1

Status
Not open for further replies.
Jun 17, 2004
50
GB
I have written an application in Access 2000 version SR1 on Windows NT. The office is being upgraded to Windows 2000 professional and office SP3.

When I have attempted to run the application on the new version of Access 2000 the application first complains about mid() functions not being recognized in the some of the queries.

It then complains about mid() functions not being recognised within the vba modules. When i try to compile the vba code it doesn't recognize chr() functions either??

The forms in the application all look different as well.

Does anyone have any ideas how I can mend it? If it's even possible to mend it?!!
 
In the VB Editor, check Tools | References. I think this is caused when a referenced library is marked "MISSING".

Rick Sprague
Want the best answers? See faq181-2886
To write a program from scratch, first create the universe. - Paraphrased from Albert Einstein
 
Thanks Rick. A missing reference to a Crystal reports dll was causing it!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top