G
Guest
I have a query which determines components I need to buy for a project. I
would like to append the information to a table named "TblOrderDetails".
This table, however, is linked to another table named "TblOrders", in a one
to many relationship, so that each record in "TblOrderDetails" is linked to a
single record in "TblOrders" which contains supplier info, PO number, et
cetera. How can I add one new record to "TblOrders", then append my query
infor to "TblOrderDetails", and maintain the link?
would like to append the information to a table named "TblOrderDetails".
This table, however, is linked to another table named "TblOrders", in a one
to many relationship, so that each record in "TblOrderDetails" is linked to a
single record in "TblOrders" which contains supplier info, PO number, et
cetera. How can I add one new record to "TblOrders", then append my query
infor to "TblOrderDetails", and maintain the link?