Hello!
I have this situation where I gave a copy of the database
to the use so she can enter data while I am developing
forms/queries, etc. on my copy. How can I update my copy
of the tables with what the user entered on her copy of
the database. Like synchronizing both databases. Thanks.
This can be pretty easy - just use File... Get External Data... Import
to import from the second database into yours; or it can be almost
nightmarishly difficult, if you have both been adding records to
tables which have Autonumbers. You will have added a record with 327
as its autonumber primary key; she will have added a DIFFERENT record
with 327 as its primary key. And that key may be reflected in one or
more related tables.
The answer is - *it depends*. How are your tables structured?
The preferable approach here is to have THREE .mdb fields: use the
Database Splitter Wizard to split the tables into one .mdb file, and
all the forms, reports, queries etc. into a different one. Make two
copies of this "frontend", both linked to the tables in the backend
over the network (if you have a network... :-{( ). Give your coworker
one frontend to enter data, you use a different frontend for design
changes; when you have the new upgraded frontend, simply delete hers
(there's no data in it after all!) and give her the latest & greatest.