Thanks for the education. This sounds like what I need, but a question or two before I try it
1) Why not use the built-in Access database splitter? Is there a downside to using it
2) I assume that table relationships will remain intact in the Back-End database file. Is this correct
3) Once an MDB is split, what do you do if you want to make changes to a table or to table relationships? Do you have to unsplit it somehow and then split it again
4) How does the Front-End MDB know where the Back-End mdb is located on the network
ctda
----- Cheryl Fischer wrote: ----
The best way to deliver updates of your application to clients or user
without jeopardizing their data is to distribute your application in TW
databases: a Front-End (containing all Queries, Forms, Reports, Macros an
Modules) and a Back-End containing shared data tables. The vast majority o
your updates will likely be to the Front-End, so you can deliver a new cop
of the MDB or MDE to the clients or users safely and simply instruct them t
copy it to the location where the current Front-End is located
Here is a link which you may find helpful
How to manually split a Microsoft Access database
http://support.microsoft.com/default.aspx?scid=kb;en-us;30493
There is also a Database Splitter utility included in most versions of M
Access
-
Cheryl Fischer, MVP Microsoft Acces
Law/Sys Associates, Houston, T
ctdak said:
I am just getting my first Access 2000/VBA application complete enough t
implement at two sites. I would appreciate advise on what is considere
"best practice" for further additions and modifications to such a
application once it is in use. Since everything is rolled up into one md
file, how do you make mods and retain the user's data? Do you export th
tables from the old mdb and then import those into the new mdb, or what