D
Dan
I have an Orders table and an OrderDetails table. I want to select certain
orders, change a field or two, and make a copy of these records (along with a
copy of their detail records unchanged). I know how to OpenRecordset and loop
on the records selected and to get the fields within those records. Is there
an easier shortcut to copying records and their associated detail records?
orders, change a field or two, and make a copy of these records (along with a
copy of their detail records unchanged). I know how to OpenRecordset and loop
on the records selected and to get the fields within those records. Is there
an easier shortcut to copying records and their associated detail records?