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

Deploy New Front End Over Network

Status
Not open for further replies.

DougAtAvalon

Programmer
Jan 29, 2001
99
0
0
US
What is the easiest and fastest way to deploy a front end (with data on server) and continually update the workstations.

Is it copy file
Is it automate through VBA import changes only
I also saw a executable file solution but I don't understand it

My level is DB development with much code and coding across apps

-Doug
 
Your mdb should be stored on a Server(file or folder) that Users are only generally aware of and only have read access (no pun intended) to.

That mdb is then copied to each Users harddrive from which it's ececuted, alternatively, each user has a batch file with does the copying at StartUp and at Users clicking an icon on his desk top. That way users will always have a current version of the mdb or can get one on demand.

 
OK, so I have the Database all Networked . . .

Now I'm making updates to the database forms, etc.

How do i make this batchfile.

Let's say on each workstation there is:
c:\Directory\FrontEndFile.mdb

The Updated version is :
\\Computer\Directory\UpdatedFrontEndFile.mdb


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top