Need help with copying backend from frontend in code, without replication

  • Thread starter Thread starter Max Moor
  • Start date Start date
M

Max Moor

Hi All,
I'm not ready to implement replication, but I need to be able to copy
my backend so it can be borrowed off-site. I thought I would just add some
code to a menu item allowing the backend to be copied and renamed. Also,
I'll set a flag warning users that the database has been "checked out," so
they don't use it until the backend is returned.

Can anyone tell me what issues I may be in for, in trying this?
Obviously, I stand to lose any data entered between checkout and checkin
time on-site. Are there any issues with copying the backend to another
place while the fronttend is running (even assuming all forms and reports
are closed)?

Finally, when the backend is returned, I need to rename the existing
one, copy in the returning one, naming it back to the standard name, and
then delete the old copy. Can I rename a backend with the frontend
running?

I'd appreciate any advice or alternative suggestions, short of
implementing replication.

Thanks, Max
 
I'm not a fan of Access Replication, so I probably wouldn't use it if it
were warranted.

The way that I would try to make it work, is when the data is taken
off-site, set the On-Site Data.mdb to be Read Only. (Right click,
properties, select read only).

When the offsite data returns, delete the readonly one, and replace it with
the Offsite one.

If that works, you'll save a ton of programming hours.
 

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

Back
Top