G
Guest
Hi!
What is the recommended way to copy a single record from a query or from a
table into a table?
Is this the only way to use recordset: rs![Field1] = rs2![Field1], or is
there a rs.record.copy method or some other way? I know that I can also do
this with sql: Insert into Table2 Select * From Table1 Where Field1 =
myvariable...
- Beginner -
What is the recommended way to copy a single record from a query or from a
table into a table?
Is this the only way to use recordset: rs![Field1] = rs2![Field1], or is
there a rs.record.copy method or some other way? I know that I can also do
this with sql: Insert into Table2 Select * From Table1 Where Field1 =
myvariable...
- Beginner -