evaluation form- combo/options saving to table

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

Guest

I am creating a form that supervisors will be able to enter evaluations into-
click submit, and it will save to a table. Only problem- I can't figure out
how to get my combo boxes, option buttons- yes/no buttons to save data to the
table.

Any ideas?
 
Sounds like you are going about it backwards.

Create your table, THEN create your form based on that table.

If the form is bound to the table, you will not need to do anything special
to enter and save data. It will all happen pretty much automatically.
 
Set the controlsource of the combobox and frame objects to a field in you
recordsource (called binding).
 
Back
Top