Combo box on subform to fill text box on main form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to be able to select an option from a combo box on a subform and
have the value show on the main form.
Also wondering if I can split a combo box between subforms and still
accomplish the above field fill-in.
Thanks so much
Coding Rookie
 
CCross,
I take it you have a combo on the subform that looks up values for a
field. When you change the value by looking up a new value you want that new
value to show in a text box on the main form. If this is what you're trying
to do, then in the text box's Control Source input something like:
=[StockItems Subform].Form!cmboboxcontrolobject
Hope that get's you going.
Don
 
Back
Top