Using forms to make combo boxes

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?
 
R

Roger Carlson

You should NOT do ANY data entry in the table itself. That's what the form
is for.
 
J

John Vinson

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

Top