Access databases get bloated when they are modified. You need to compact it, and it will shrink dramatically. Open the database in Access, from the menu select Tools/Database Utilities/Compact and Repair Database, and all should be well.
Mike
In Visual Basic, you do it like so:
dbMaster.Synchronize ReplicaDBName, dbRepImportChanges
where dbMaster is the master database, ReplicaDBName is the full path name of the replica, and dbRepImportChanges is a predefined constant telling the Master to import changes from the Replica but not to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.