V
VBA
Hi
I Export Empty MDB table to Excel with this command
DoCmd.OutputTo
Now I get this XLS file with new rows that I need append to my MDB Table
What is the ways to do it?
What I do now…
I check MDB tables Fields for their type generate INSERT SQL statement
With data from XLS
And run SQL
Maybe some body know other ways?
I Export Empty MDB table to Excel with this command
DoCmd.OutputTo
Now I get this XLS file with new rows that I need append to my MDB Table
What is the ways to do it?
What I do now…
I check MDB tables Fields for their type generate INSERT SQL statement
With data from XLS
And run SQL
Maybe some body know other ways?