I have been fortunate to have received some great advice here and hope someone can help me with this last piece. I know I need to do a Query, but not sure if I need an Append or an Update, and how to make it happen.
I have two tables:
tblProduct contains two columns of data:
ProdID (1, 2, 3)
Description (red, yellow, blue)
1=red
2=yellow
3=blue
tblResults contains these columns:
Location (north, south, midwest)
Product (product names)
ProdID (1, 2, 3)
Description (not yet populated... this is where I want query results to come in)
How do I get Description from tblProduct into Description in tblResults. Where ProdID=1 in both tables then the Description in tblResults should populate "Red"
Seems simple enough but I sure don't know how to make this happen with SQL or the Access (2002)Query interface.
Thank you.
I have two tables:
tblProduct contains two columns of data:
ProdID (1, 2, 3)
Description (red, yellow, blue)
1=red
2=yellow
3=blue
tblResults contains these columns:
Location (north, south, midwest)
Product (product names)
ProdID (1, 2, 3)
Description (not yet populated... this is where I want query results to come in)
How do I get Description from tblProduct into Description in tblResults. Where ProdID=1 in both tables then the Description in tblResults should populate "Red"
Seems simple enough but I sure don't know how to make this happen with SQL or the Access (2002)Query interface.
Thank you.