DB in Access

S

sharon

I want to know, How can I separate the DB from the progran I wrote - meaning:
to Update the program without changing the data which are already exist in
the DB.
 
R

Rick B

You should split your database.

The 'back end' database will contain all your tables and date. The 'front
end' will contain the forms, queries, reports, and code. This database will
be linked to the back end tables.

Each user would have a copy of the front-end on their harddrive and the
back-end would live on a shared drive (network). You could then modify your
master copy of the front end and disrtibute updated copies to all your
users.

Rick B
 

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