Generate INSERT INTO statements in MS-Access
问题 I like to export data (single records) from one Access database to another one in another country. The idea is that I want to send a text file with INSERT INTO statements per email and the receiving PC just executes these INSERT INTO statements. I wrote already the code to read and execute the INSERT INTO statements in these text files. Obviously I have to generate the INSERT INTO statements. Here is an example. I have the following table: Table1 Id number PersonName text DoB date, can be