I use an appending query which sorts out ordertype= 3 and adds them to tblInvoice,
trouble is, it worked for 1 record, but when i added a second record it added the first one as well, giving me three records when there should be 2... and the third one added the previouse 2, giving me 6 records...