Hello,
I have a question with Access. I hope some of you would find the time to assist me.
Problem:
Table1: Item list
Table2: Item list , Location , Quantity
With a left join Table1->Table2 on the Item list.
What I am looking for:
I'd like to have all items from Table1 and for those that are in Table2, I want to see the quantity in the location "UK".
Is it clear enough?
When I try to put the criteria "UK" for the field Location, it returns only the items from Table2 that have location as "UK".
I assume that I cannot use left join, can I?
thank you guys.
Jukas