Suppose there are 2 databases that have identical structures, but they differ in that there are sub-tables in one and not in the other. Task: Move all sub-tables from one database to another. Tell me, can this be done programmatically via VBA?
1 answer
Found such an example of working with subtables: https://bytes.com/topic/access/answers/527558-change-table-property-subdatasheet-name-via-code
|