E
Esrei
Hi
I am new to code
I have a query that a unbound combo box is bassed on. The 4th colunm is the
Ingredient ID that I would like to write to textbox Ingredient_Id
I have tried Tom Lake's sugestion
Private Sub Combo12_AfterUpdate()
Me![Ingredient_Id] = Me![Combo12].Column3
End Sub
But I get Object doesn't support this porperty or method, and I do not
understand what it means.
What does the "me" mean?
Thank you
Esrei
I am new to code
I have a query that a unbound combo box is bassed on. The 4th colunm is the
Ingredient ID that I would like to write to textbox Ingredient_Id
I have tried Tom Lake's sugestion
Private Sub Combo12_AfterUpdate()
Me![Ingredient_Id] = Me![Combo12].Column3
End Sub
But I get Object doesn't support this porperty or method, and I do not
understand what it means.
What does the "me" mean?
Thank you
Esrei