Greetings, SQL gurus!
I am attempting to select fields Location and Item_Num from table Awhere A.Location = B.Location,
AND
select Item_Description from table C, where A.Item_Num = C.Item_Num.
Any help would be appreciated.
Louise