Access 2003 runtime and Office 97 living together

E

Ed Warren

I have users with Office 97 installed.
I need to install Access 2003 runtime to use some of the databases I have
developed.

Last time I went down this path with a user the runtime co-opted the *.mdb
files (all access databases ran on runtime -- not a good thing).

I need to know how to set up runtime and the applications so runtime will
only fire up when using the databases I develop.


Ed Warren
 
B

Bullschmidt

I have users with Office 97 installed.
I need to install Access 2003 runtime to use some of the databases I have
developed.

Last time I went down this path with a user the runtime co-opted the *.mdb
files (all access databases ran on runtime -- not a good thing).

I need to know how to set up runtime and the applications so runtime will
only fire up when using the databases I develop.

Ed Warren

Well the last occurance determines what Access version is opened just by
double-clicking on an .mdb file in Windows Explorer.

But of course you can have a shortcut on the desktop that opens the proper
version of Access' .exe file and then has a space and then shows the file to be
opened. And of course you'd want to include full filepaths above and include
each filepath in quotes if there are any spaces.

And here's a little something I wrote about Access 97 and Access 2 awhile back
that still is applicable:

Open Either Version From Windows Explorer

If you want to have Windows Explorer open up an Access document in the newest
vestion of Access (the default) OR an older version of Access:

In Windows Explorer | View | Options | File Types tab | Select New below | Call
it Open with Access 97 and give it the code of something like "C:\Program
Files\Microsoft Office 97\Office\MSACCESS.EXE".

Then if you right click on an .mdb file in Windows Explorer you will have the
choice of Open (in latest version of Access) or Open with Access 97.

Best regards,
J. Paul Schmidt, Freelance Access and ASP Developer
www.Bullschmidt.com/Access - Sample Access Database
www.Bullschmidt.com/login.asp - Web Database Demo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Acc 97 runtime and sr-2 patch 4
Conversion Access 97 to access 2003 2
Runtime 7
Access 97 Installed with 2007 Runtime 3
Access Runtime: 5
MDB works MDE Fails 2
Access 2007 Runtime 5
Access 2007/Access Runtime 2003 2

Top