Update users frontend

J

JerryS

I want to update my users (about 4-7 users), with code changes. I have a
frontend & backend. How is the best way to do this, say dynamically ?

Suggestions...
 
J

John Nurick

Hi Jerry,

I just launch the database from a shortcut that begins by copying the
front end from the server to the workstation. This means that there's
also no worries about bloat/corruption/temporary tables etc. in the
front end, because they get it fresh every time.

For a less brute-force approach, see
http://www.granite.ab.ca/access/autofe.htm

I want to update my users (about 4-7 users), with code changes. I have a
frontend & backend. How is the best way to do this, say dynamically ?

Suggestions...

John Nurick [Microsoft Access MVP]

Please respond in the newgroup and not by email.
 
J

jim/Chris

You can expand on Johns idea by adding a revision
date/version # to the main database and only copy the
client piece if the existing client piece is out of date.
This will help on network traffic.

Jim
-----Original Message-----
Hi Jerry,

I just launch the database from a shortcut that begins by copying the
front end from the server to the workstation. This means that there's
also no worries about bloat/corruption/temporary tables etc. in the
front end, because they get it fresh every time.

For a less brute-force approach, see
http://www.granite.ab.ca/access/autofe.htm

I want to update my users (about 4-7 users), with code changes. I have a
frontend & backend. How is the best way to do this, say dynamically ?

Suggestions...

John Nurick [Microsoft Access MVP]

Please respond in the newgroup and not by email.
.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top