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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top