K
Keith
I have a database which has a list of products and prices in one table. I
have another table which is updated each day from a file of new sales. If a
new product is sold which is not in my pricing table then I don't report
correctly. What I need is a query which will tell me which items are in the
MASTER table but are NOT in the PRICING table. I don't need a full list of
contents, just a short list of NEW items.
I know I could do an append to the pricing table of the new items in the
master table, but I want to know which the items are first.
Any help appreciated?
Thanks
have another table which is updated each day from a file of new sales. If a
new product is sold which is not in my pricing table then I don't report
correctly. What I need is a query which will tell me which items are in the
MASTER table but are NOT in the PRICING table. I don't need a full list of
contents, just a short list of NEW items.
I know I could do an append to the pricing table of the new items in the
master table, but I want to know which the items are first.
Any help appreciated?
Thanks