Saving combo box choices

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

Guest

I have created a form with several combo boxes that are based on information in a table. After choosing what I want from each combo box, I can print what I have on the screen, but I can't get it to save what I selected. Anyone know what to do? Thanks in advance,
David Mamott
 
David,

I guess the general principle here would be to figure out where you
want the selected data to be saved, and then make sure the form has
the applicable table as its recordsource, and that the comboboxes have
the applicable fields as their controlsource.

Please post back with more detailed information if you need more
specific help.

- Steve Schapel, Microsoft Access MVP
 
Back
Top