Tung said:
This is what happened. One user accidentally copies the database from
the server down to her local drive and work on it for a week. Finally
she realist that she's not works on the same database that every one
is working on. What she wants to do is import the work that she has
done for that week and import in to the database on the server. Thanks
Given these facts, there is no easy way. You could update the original
table with the table in the copied database, but it would update any record
changed and add any new records. That could be a problem if any of those
records (no problem with the "page" idea here) were edited on the central
database. You would loose all the new data for any record that was edited
or added to the copy.
I suspect the best idea is to manually input all the data into the
real/original database if they are not certain they both did not work on the
same records over that time. That would be the only way to make sure the
data is good. It would be possible to use some queries to try and find miss
matched data between the two and that might help.
Good Luck with this one. Hopefully the users will now understand that
it has to be done the right way or it can get screwed up.
BTW there are ways of doing this in Access if you plan it from the
beginning. Check out the help files or books for suggestions. I have not
had to do that due to the nature of the work I did. It was high security
and my users would not have been allowed to take it out of the office.
If you want you might also try starting a new topic on the subject.
Just a quick check of the Access help file; you may still be able to use
Access, this is the section you can start looking at in the help file.
Synchronize an offline data access page with source data
1.. Open Microsoft Internet Explorer 5 or later.
2.. On the Tools menu, click Synchronize.
3.. In the Items to Synchronize dialog box, select the check box for the
data access page you want to synchronize.
4.. Click Synchronize.
The Microsoft Synchronization Manger merges the offline changes with the
data in the source database.
Note The rules for merging offline data with the source database are
defined either by the designer of the page or the database administrator.
Contact them if you encounter errors or conflicts during the synchronization
process. You might lose some of your changes during the merge operation,
depending on how the rules are defined.