Unbound TextBox

  • Thread starter Thread starter Thomas
  • Start date Start date
T

Thomas

Hello
I have a textbox that get its data from a ComboBox.
The TextBox ControlSource =[Combo4].[Column](0).
I would like to save the data from that TextBox to a Table.
Is there some code I could use for the AfterUpdate Event
of the TextBox to save the data

Thanks in Advance
Thomas
 
Thomas

Is there a reason you couldn't simply bind the textbox to the field in the
table?

By the way, if you already have a combo box that lists the value you are
placing in a text box, why do you need to redundantly store that value?
 
Back
Top