Hi,
I have a table of Ingredients and a table of Recipes.
When I add a recipe I select an ingredient from a ComboBox which then populates a textbox using:
This then returns the unitprice of the ingredient. The problem I'm having is if the Ingredient's price is updated this doesnt reflect in the recipe unless I go back in to it and re-select the ingredient from the combobox.
Is there a way around this?
I have a table of Ingredients and a table of Recipes.
When I add a recipe I select an ingredient from a ComboBox which then populates a textbox using:
Code:
[Text19] = [Combo10].[Column](2)
This then returns the unitprice of the ingredient. The problem I'm having is if the Ingredient's price is updated this doesnt reflect in the recipe unless I go back in to it and re-select the ingredient from the combobox.
Is there a way around this?