Avatar of hvserv
hvserv
 asked on

Trouble opening Access database

We have an Access database on a file server which occasionally (from one workstation) refuses to open from Explorer.  It will open from Access.  A copy of the file will open from Explorer.  File will open from Explorer on other stations and the server.  This problem seems to reoccur every few months, the usual fix is to create a new copy and tell everyone to use the new copy.  Would like to find the real solution to this.
Microsoft OfficeMicrosoft Access

Avatar of undefined
Last Comment
Dale Fye

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
pdebaets

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Jeffrey Coachman

Always try to open the DB from a shortcut...
(Also, if you use a shortcut you can supply various start up options for the database)

(Why force users to navigate explorer anyway...?)

;-)
Dale Fye

Always put a copy of the database front end (application) on the users PC!  DO NOT share the application with multiple users on the File Server!  

You can however link the front end (on users PCs) to the data (back-end) on the file server, this is actually the preferred method of sharing an Access database application across multiple simultaneous users.
hvserv

ASKER
Thank you to all who commented.  Had assigned points to first expert prior to receiving subsequent answers.  This problem is an inherited problem for me, and I have minimal experience with databases.  Examination of our configuration indicates an overhaul is needed.
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes
Dale Fye

hvserv,

Regarding my comment about putting the front-end application on the users PC.  There are a number of ways to do this.  One is with a simple batch file on the desktop, which has commands to:

1. delete the current version of the application from the users machine
2. copy the version that is on the server to the users machine
3.  Start Access and open that new database.

This addresses boag2000's comment as well, and ensures that if you need to make changes to the application, all you have to do is copy the updated version to the file server.  The next time the user clicks on the batch file shortcut, it will copy that file to their computer and use it.