Two tables:
Table one (Tbl_Items) has following fields:
Auto_ItemId (the one side of the one to many relation)
Str_Description
Table Two has (Tbl_VendorPrice) following fields:
Num_ItemId (the many side of the 1 to many relation)
Str_VendorPartNumber
Cur_VendorPrice
Str_VendorId (the many side of another table)
If multiple vendors provide the same product (Item_Id), how do I create a query to return the lowest price record?
Hope I phrased all this correctly - I am newbie
Thanks, Ken
Table one (Tbl_Items) has following fields:
Auto_ItemId (the one side of the one to many relation)
Str_Description
Table Two has (Tbl_VendorPrice) following fields:
Num_ItemId (the many side of the 1 to many relation)
Str_VendorPartNumber
Cur_VendorPrice
Str_VendorId (the many side of another table)
If multiple vendors provide the same product (Item_Id), how do I create a query to return the lowest price record?
Hope I phrased all this correctly - I am newbie
Thanks, Ken