Hello,
Can someone suggest a way to duplicate a record in a recordset? I was going to do this in a query with a Cartesian product, but I need to be able to conditionally duplicate some records and not duplicate others, before exporting the recordset as a text file. So what I'm looking for is a text fle that might look like this:
Rec1
Rec1
Rec2
Rec2
Rec3
Rec4
Rec4
etc.
If there is a way to do other than using a recordset, that's fine too.
Thanks for any help!
Tom
Can someone suggest a way to duplicate a record in a recordset? I was going to do this in a query with a Cartesian product, but I need to be able to conditionally duplicate some records and not duplicate others, before exporting the recordset as a text file. So what I'm looking for is a text fle that might look like this:
Rec1
Rec1
Rec2
Rec2
Rec3
Rec4
Rec4
etc.
If there is a way to do other than using a recordset, that's fine too.
Thanks for any help!
Tom