I have a query that looks up a table to get a cost.
Query:- QRY_recipe_ingredients
Fields:- RI_Ing_ID, RI_Resource_Code
Table:- TBL_Costset
Fields:- Ing_Resource_Code, C100, C101, C102, C103, C104
In Query (Qry_recipe_ingredients) I have a field "Costset1" that looks up TBL_Costset & gets the...