J
jaworski_m
There are the following tables (1-many ralation)
tbl_Distibutors
distributor_name (PK)
(other fields)
tbl_Products
product_name
product_price
(other fields)
I would like to build a query to get the following results:
Distributor_1, product A, (lowest price for product A)
Distributor_5, product B, (lowest price for product B)
and so on...
I would appreciate any suggestion.
win xp
access 2003
tbl_Distibutors
distributor_name (PK)
(other fields)
tbl_Products
product_name
product_price
(other fields)
I would like to build a query to get the following results:
Distributor_1, product A, (lowest price for product A)
Distributor_5, product B, (lowest price for product B)
and so on...
I would appreciate any suggestion.
win xp
access 2003