amorosik
Member
- Local time
- Today, 20:37
- Joined
- Apr 18, 2020
- Messages
- 523
How to export the data of a linked table, so that it can then be imported and restore the contents of the table itself to the original values?
I'm trying to use the various export/import modes that are available via vba code and I'm finding it difficult to restore the contents of the data table In the sense that, for example, if a text field of the original table contains a CR in the table after re-importing I get a CR+LF and things like this
Obviously we are talking about db/tables with the exact same structure
The ultimate goal is to be able to move the data contained in a table of the db into the table of another db
Without modifications
What do you think is the correct method?
I'm trying to use the various export/import modes that are available via vba code and I'm finding it difficult to restore the contents of the data table In the sense that, for example, if a text field of the original table contains a CR in the table after re-importing I get a CR+LF and things like this
Obviously we are talking about db/tables with the exact same structure
The ultimate goal is to be able to move the data contained in a table of the db into the table of another db
Without modifications
What do you think is the correct method?
Last edited: