E
Esrei
What am I doning wrong I followed the articel on blueclaw.com regarding
dependent compo boxes in a form done the quiries and agter update code. but
as soon as I click on the drop down arrow of the 2nd combo box it asks me for
a parameter value.
This is the querie for my 2nd combo (combp12) box
SELECT Ingredients.Ingredient_Description, Ingredients.[Ingredient
Catagory], Ingredients.Ingredient_Subcatagorie FROM Ingredients WHERE
(((Ingredients.[Ingredient Catagory])=Forms![Rec_Ing Subform]!Combo10));
This is the after update event in The first combo (combo10) box:
Private Sub Combo10_AfterUpdate()
Me!Combo12.Requery
End Sub
Thank You
dependent compo boxes in a form done the quiries and agter update code. but
as soon as I click on the drop down arrow of the 2nd combo box it asks me for
a parameter value.
This is the querie for my 2nd combo (combp12) box
SELECT Ingredients.Ingredient_Description, Ingredients.[Ingredient
Catagory], Ingredients.Ingredient_Subcatagorie FROM Ingredients WHERE
(((Ingredients.[Ingredient Catagory])=Forms![Rec_Ing Subform]!Combo10));
This is the after update event in The first combo (combo10) box:
Private Sub Combo10_AfterUpdate()
Me!Combo12.Requery
End Sub
Thank You