Can any of you SQL gods help me?
I have two tables (tblProducts, tblProductOptions)
tblProducts has these fields:
Index
Product Code
Base Price
tblProductOptions has these fields:
Index
Option Name
Option Value
Upcharge
I have a relationship set up between the 2 tables such that any one product can have multiple product options (the joined field is Index).
How can I find write a SELECT statement to get a product's unique index if I have the [Product Code] and its set of [Option Name](s), [Option Value](s)?
Thanks so much for your help!!!
Jeff
I have two tables (tblProducts, tblProductOptions)
tblProducts has these fields:
Index
Product Code
Base Price
tblProductOptions has these fields:
Index
Option Name
Option Value
Upcharge
I have a relationship set up between the 2 tables such that any one product can have multiple product options (the joined field is Index).
How can I find write a SELECT statement to get a product's unique index if I have the [Product Code] and its set of [Option Name](s), [Option Value](s)?
Thanks so much for your help!!!
Jeff