M
Michael
Hi,
I have a Recordset (ADO, but willing to try DAO) that is
based on a Join Query that combines 2 tables.
I've been trying to use the AddNew method but am unable to
since, it wants the primary key created on the one side in
the 1-M relationship.
Is there a way for me to use the single recordset to add
the record? Or must I break it up into two recordsets and
first create the 1 side?
Thanks,
Michael
I have a Recordset (ADO, but willing to try DAO) that is
based on a Join Query that combines 2 tables.
I've been trying to use the AddNew method but am unable to
since, it wants the primary key created on the one side in
the 1-M relationship.
Is there a way for me to use the single recordset to add
the record? Or must I break it up into two recordsets and
first create the 1 side?
Thanks,
Michael