View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Esrei Esrei is offline
external usenet poster
 
Posts: 21
Default Combo box update to field

Sorry wrong group

"Esrei" wrote:

Hi

I am new to code

I have tried Tom Lake's sugestion

Private Sub Combo12_AfterUpdate()
Me![Ingredient_Id] = Me![Combo12].Column3
End Sub

Ingredient_Id is a textbox number format must update to a table.
Combo12 (unbound) looks up a list in a query and the 4th Column in the query
is the ID that must be inserted in the text box to be updated to the table

What does the me mean?

Thank you

Esrei