I am having trouble with an append query and I have a theory which needs to be translated into access lingo...
basically to only add things to the list if the ID isnt already there to avoid duplicates?
Something like:
To some that may sound silly, I make append queries in the query window, not SQL, but either way I cant think of an access translation for this?? :S
basically to only add things to the list if the ID isnt already there to avoid duplicates?
Something like:
Code:
Append: OrderID, OrderType, DescriptionID, to: tblInvoice, Where: OrderType=3 AND DescriptiionID IS Not already on the list
To some that may sound silly, I make append queries in the query window, not SQL, but either way I cant think of an access translation for this?? :S