Please help, I have some complete recordsets in a table that I want to copy into another table, once I have found the recordset how can I copy it? Is there a command like:
RecordSet (OP_rec) = RecordSet (IP_rec)
OP_rec.Update
If so could I do a batch of recordsets without a loop as well?
Any answers most welcome
RecordSet (OP_rec) = RecordSet (IP_rec)
OP_rec.Update
If so could I do a batch of recordsets without a loop as well?
Any answers most welcome