?Combo Box on Form to update table

G

G

I have a form with several combo boxes based on various tables. After the
user makes all his selections, I need to save the data, because the user will
need it to reload in the same form again in order to make new selections at a
later date.

What is the best method to save/retrieve the data? I added fields to the
table, but do I need to have each combo box bound to the field in the table?
 
Top