D
DZ
I need to append all records, from several tables (several fields) to an
empty table, programmatically. The entire process takes about 12 seconds.
I am using a loop that loops thru the tabledef (DAO)and using
DoCmd.RunSQL "INSERT INTO etc"
Inside the loop to run the append queries.
Can anyone suggest a different way to do this that would be substantially
faster?
Thanks in advance
empty table, programmatically. The entire process takes about 12 seconds.
I am using a loop that loops thru the tabledef (DAO)and using
DoCmd.RunSQL "INSERT INTO etc"
Inside the loop to run the append queries.
Can anyone suggest a different way to do this that would be substantially
faster?
Thanks in advance