SynchronizeTypeEnum Enumeration (DAO)
Office 2013 and later
Last modified: March 09, 2015
Applies to: Access 2013 | Office 2013
Used with the Synchronize method to determine the type of synchronization to apply to two replicas.
|
Name |
Value |
Description |
|---|---|---|
|
dbRepExportChanges |
1 |
Sends changes from current database to target database. |
|
dbRepImpExpChanges |
4 |
Sends and receives data in a bidirectional exchange. |
|
dbRepImportChanges |
2 |
Receives changes from target database. |
|
dbRepSyncInternet |
16 |
Sends and receives data in a bidirectional exchange. |
Show: