Compatibility Between 97 and XP

BruceFrey

Registered User.
Local time
Today, 01:36
Joined
Dec 12, 2002
Messages
20
I am a teacher in a public school system and have developed an Access database that is used in 3 different schools in our city for after school programs. Everything started out good as all the schools had Access 97 which I developed it in. However, in the last several months several of the schools have switched some of their machines to Access XP (2002). Generally I’ve been able to deal with the problem of different versions within each school using the database but today I reached my wits end in trying to get my database to work correctly on both 97 and XP.

The problem started when I created a new form which is called out in my switchboard. 97 recognized the form but XP didn’t. To troubleshoot the problem I converted the database to XP format and tested it with XP. That worked fine but my problem now was to get it to work with 97. To do this I converted the database back to 97 format. (This technique allows me to keep it in 97 format but still open it in XP. ) To my dismay, when I tried to open with 97 I got a compile error “can’t find project or library” message with the screen opening up to a page that resembles scroll showing the code behind the scenes.

I tried and tried but since I don’t know VBA, I’m at a loss for what to do. My goal would be to get the database to work with 97 and XP with both recognizing the new form (object) that I created and call out on the switchboard.
 
Pat
Thank you for your prompt reply. So, I don't have to search the contents of the hard drive to find a particular file? Access will find the file itself if I do as you suggest?
 
Does anyone know of a website where missing references can be downloaded?

I have a database which i am developing in Access 2002, but i need to create a Access 97 version. Some functions do not work like date(), left() and format$(). The database is for distribution to many different people so i am likly to run into many different versions of Accesses internal compontents. It would be nice to give everyone using the database the option to download the latest versions / patches.

Kris.
 

Users who are viewing this thread

Back
Top Bottom