hi,
is there a better way of copying records from a recordset to another recordset aside from using this code:
do while not rsOne.eof
rsTwo.addnew
rsTwo!FieldName1 = rsOne!FieldName1
.
.
.
rsOne.MoveNext
Loop
|
Results 1 to 4 of 4
Thread: one recordset to another
|
Click Here to Expand Forum to Full Width |