J
Jasonm
I have isolated the records that I need in a recordset in vb I now want to
insert those records into the subform to give the users a head start on
entering the data that we need to store. What I would like to know is this:
Is an SQL "INSERT INTO" statement the easiest way to go - using dbExecute?
Or should I be using a For Each Loop? II have been trying this and am very
close, but cannot seem to reference the correct element to reference in the
recordset to make the loop run the correct number of times or to increment
through each record (I can only insert the same record 4 or 5 times!)
Any thought that you can offer on this would be greatly appreciated.
TIA, Jm
insert those records into the subform to give the users a head start on
entering the data that we need to store. What I would like to know is this:
Is an SQL "INSERT INTO" statement the easiest way to go - using dbExecute?
Or should I be using a For Each Loop? II have been trying this and am very
close, but cannot seem to reference the correct element to reference in the
recordset to make the loop run the correct number of times or to increment
through each record (I can only insert the same record 4 or 5 times!)
Any thought that you can offer on this would be greatly appreciated.
TIA, Jm