combo box in main form

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

Guest

I want to choose a value in the combo box (when it drop down). I can't do
that in a form or sub form except in a main form. how can I use a combo box
in a form(normal form)?
 
You can do this in any form, so long as the form's recordsource (assuming
that the combo box is bound to a field in that form's recordsource) is
updatable.

Perhaps you could give us a lot more info about what you're trying to do ...
 
Back
Top