Using forms to make combo boxes

  • Thread starter Thread starter devon
  • Start date Start date
D

devon

If you design your combo boxes in a form, how do you then
go back into the table to do data entry with those combo
boxes?
 
You should NOT do ANY data entry in the table itself. That's what the form
is for.
 
If you design your combo boxes in a form, how do you then
go back into the table to do data entry with those combo
boxes?

You don't.

Do your data entry on the Form. Table datasheets should NEVER be used
for routine interaction with data, only for debugging.
 
Back
Top