I am building a database and it requires duplicating some data (not my choice) but here is my problem. I have a main form with 3 tabbed subforms linked to the main. One of the tabs is for sales rep entering, one for billing and commission, and one for amortizing rev. The "Amortization" table uses a lot of the information entered in the sales rep table and I have been using an append query with the warnings turned off (i know its wrong to do) to append the necessary data. However, as the database grows it takes a long time for the append query to run.
Can someone please instruct me or possibly write me the code to append only new records if I add an appended yes/no box to the sales rep table?