Hello. I need to be able to append records from a mobile database to a main database whilst maintaining relationships. For example a salesman returns with new orders contained in a master(tblClient)/detail (tblContract) relationship. The tables are exactly as in the main database with both tblClient and tblContract having autonumber ID fields. The salesperson’s autonumber ID fields form a vital part of the Master/Detail which will need to be kept in the main database.
If there were no relationships I could just do something with an append query but as far as I am aware there is no way to import and append a set of master/detail records easily into two tables with the same relationships.
Thank you in advance for your help.
If there were no relationships I could just do something with an append query but as far as I am aware there is no way to import and append a set of master/detail records easily into two tables with the same relationships.
Thank you in advance for your help.