Problem: I have created Front-Back Access97 app.
I have set the references as follows:
1. V Basic For Apps
2. MS Access 8.0 Obj Lib
3. MS DAO 2.5/3.5 Comp Lib
4. MS VBA App Extension
5. MS Word 8.0 Libary
I have created the FrontEnd as an MDE, then distributed by email so different people on the same network (NT4).
The FrontEnd switchboard has code in the ON_OPEN event that checks for and then re-links to the BackEnd.
Some people can use the database without any problem, while others get the Error 424, Can't create Object message.
This may have been coincidence, but when I checked the references on a PC that gave the error, I noticed that the library references, although there, were in a different order.
Once I have changed the priorities to the same as on my PC, the Database works fine !!??
Why is this, and can I include a routine to check for and change the priorities of libraries, upon opening the DB?
Ideas??
Andirus
I have set the references as follows:
1. V Basic For Apps
2. MS Access 8.0 Obj Lib
3. MS DAO 2.5/3.5 Comp Lib
4. MS VBA App Extension
5. MS Word 8.0 Libary
I have created the FrontEnd as an MDE, then distributed by email so different people on the same network (NT4).
The FrontEnd switchboard has code in the ON_OPEN event that checks for and then re-links to the BackEnd.
Some people can use the database without any problem, while others get the Error 424, Can't create Object message.
This may have been coincidence, but when I checked the references on a PC that gave the error, I noticed that the library references, although there, were in a different order.
Once I have changed the priorities to the same as on my PC, the Database works fine !!??
Why is this, and can I include a routine to check for and change the priorities of libraries, upon opening the DB?
Ideas??
Andirus