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

mutli use networked MDE front end

Status
Not open for further replies.

00trav

Technical User
Mar 6, 2006
8
US
Hi All,

So I was contracted to create a small database for a very small pro bono clinic. I created the front end (.mde) and back end fine. Everything is running fine. Local front end with networked back end.
There are 15 computers that will all be accessing the database for data entry and about 5 for reporting (different front end). I distributed a local copy of the front end .mde to the data entry computers and everything is running smoothly, and then they dropped the bomb on me. The data entry computers are wiped clean every couple days (which no one told me before). The issue is now that I can't have multiple people use the same networked mde because it is locked after one person opens it. I am now on deadline and trying to figure out a quick solution.
My first thought was to assign a different .mde file to each computer, but the office staff is concerned that the data entry people will be confused by the different files and ultimately want a single file that everyone clicks on to get to the database.
My second thought was to create a shell mde file that uses VBA to copy a clean version of the data-entry mde to a temp folder (possibly locally), launches the data-entry mde copy and then closes the shell mde
I am thinking there is probably a much simpler solution, especially since I am not that familiar with VBA and don't know exactly how to copy a networked file to the local system, open it, and close the shell .mde.

Any thoughts before I attempted this endeavor???
 
I have used a simple batch or script file that copies the file to a local workstation and then opens it. I think each user should always have their own copy of the front end.

If you are having issues with locking users out, make sure that every user has read/write/create/delete permissions in the folder containing your mdb/mde.

Duane
Hook'D on Access
MS Access MVP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top