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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error due to Access 97 and 2000 on the same machines.

Status
Not open for further replies.

jinglin

MIS
May 4, 2004
72
US
I have both versions installed on my machine.Since then I can never directly open any version's Access database. I have to go to Start,Program, then choose whatever version I need to open my access db. (I know this is the way to switch the Access Version)
Anything that I can do make my life easier? Please help...

Thanks!

Jinglin
 
Jinglin

Create short cuts that point to the respective Access executable. BUT, you will only be able to open a database by file association (double click on database file within Explorer, or launch an Access application with a link) with one version of Access.

Richard
 
Thanks, Richard! You're always helpful.
I created two different shortcuts which point to the different versions of Access exec. files. It's OK that I can open the respective dbs. If I'm already in 97 version and try to directly open up a 97 version database, I would get an error msg saying "The current user account doesn't have perssions to convert or enable this database." But I already joined the workgroup before I tried to open the database. Maybe it's registry problem.

Jinglin
 
Your short cut probably needs to include the workgroup used with the database at the command line -- a little messier solution....

"C:\Program Files\Microsoft Office\Office97\MSACCESS.EXE" "F:\db\Your97DB.mdb" /wrkgrp "C:\Data\MDW\YourWorkGroup.mdw"

Obviously, you have to tweak network drive letetrs and directory locations and file names to accommodate your site.

Richard
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top