G
Guest
This has got to be easy, but I couldn't find an existing post about it.
I've got two tables, each with an ID field that is used to perform an inner
join. I want to select all fields from each table. The primary table's ID
field is an autoincrement field, the other table's ID field is a Long.
How can I perform the select and then use the resulting recordset to insert
a new record and have the ID fields match? (I'm writing C++ code to do
this, but I just need the query syntax).
Thanks.
I've got two tables, each with an ID field that is used to perform an inner
join. I want to select all fields from each table. The primary table's ID
field is an autoincrement field, the other table's ID field is a Long.
How can I perform the select and then use the resulting recordset to insert
a new record and have the ID fields match? (I'm writing C++ code to do
this, but I just need the query syntax).
Thanks.