medreports2
Technical User
I am trying to create an update query based on parameters outlined in 1 table that correspond to values in another table.
tbl_Standards has several fields:
Category, Type, Subtype1, Subtype2, Phase, Hours
tbl_MasterDataTable has about 50 fields, including the fields in tbl_Standards.
I need to update the 'Hours' field in tbl_MasterDataTable based upon the parameters set up in tbl_Standards.
For ex:
Category= Audio
Type= CD
Subtype1= Changer
Hours= 1
What I want to do is update all of the entries in tbl_MasterDataTable that match this criteria with an update query. Does anyone have any ideas? Please let me know if you need more information!
tbl_Standards has several fields:
Category, Type, Subtype1, Subtype2, Phase, Hours
tbl_MasterDataTable has about 50 fields, including the fields in tbl_Standards.
I need to update the 'Hours' field in tbl_MasterDataTable based upon the parameters set up in tbl_Standards.
For ex:
Category= Audio
Type= CD
Subtype1= Changer
Hours= 1
What I want to do is update all of the entries in tbl_MasterDataTable that match this criteria with an update query. Does anyone have any ideas? Please let me know if you need more information!