G
Guest
I have 2 fields ingredient1 wich is a combo box to choose an ingredient
from a table of ingredients called material. I also have ingredient cost
table where we update the cost of the ingredients. I have a query of the
inredientcost tabel that list each ingredient with the LAST cost from the
ingredient cost table. in the after update event on the combo box I would
like to populate the ingcost1 field with the corresponding value from this
query. I tried something like this.
Me!IngCost1 = Query![material] !Cost
Thanks
Bart
from a table of ingredients called material. I also have ingredient cost
table where we update the cost of the ingredients. I have a query of the
inredientcost tabel that list each ingredient with the LAST cost from the
ingredient cost table. in the after update event on the combo box I would
like to populate the ingcost1 field with the corresponding value from this
query. I tried something like this.
Me!IngCost1 = Query![material] !Cost
Thanks
Bart