I run a few replicated Access databases. These are used all over the world. The choice for replication was made because the database should be able to run stand alone when outside the office, and changes needed to be shared with other users.
I am not a Pro. I started with Access 2003. After upgrading to Office 2007 we still could run the .mdb files. Synchronisation was OK.
Now, I am the first of my team who changed to Windows 7 and Office 2010. I noticed that the replication conflict utility was no longer a part of Access 2010 and I had to write my own.
Again synchronisation with the master was OK.
When an other user (still running Windows XP and Office 2007) tried to synchronize his copy, his copy became corrupted.
In VBA an error message pops up "Compile error: Can't find project or library". when triing to open a table:
rsPers.Open "SELECT Personal.* FROM Personal;", CurrentProject.Connection, adOpenStatic, adLockOptimistic
The error shows up on "adOpenStatic"
Can anyone tell me how to deal with this?