Hi,
I wish to create an append query to duplicate a record and it's related records in two other tables which creates a sub-sub relationship.
Tables are:
OrderDetails --> Invoice --> Rates
Related Keys are:
OrderID
JobID
ItemNo
The OrderDetails table has a one to many relationship with...