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

How can I make sure the user has the most up to date front end ?

multi-user ACCESS environment

How can I make sure the user has the most up to date front end ?

by  Chance1234  Posted    (Edited  )

create a batch file with the follwing


COPY \\serverwherefrontendexits\dbyouwanttocopy.mdb C:\whereyouwantthedbtobeonusermachines\dbyouwanttocopy.mdb
START "MSAccess.exe" C:\C:\whereyouwantthedbtobeonusermachines\dbyouwanttocopy.mdb
EXIT

Place a shortcut to the batch file on the user machines, when they click, this will copy the front end from the server to there machine and start the database.

This is a quick and dirty method ok for a small enviroment say 8 - 10 users. Anymore and you might run into problems in regards to network traffic
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top