D devon Mar 25, 2004 #1 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?
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 Mar 25, 2004 #2 You should NOT do ANY data entry in the table itself. That's what the form is for.
J John Vinson Mar 26, 2004 #3 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? Click to expand... You don't. Do your data entry on the Form. Table datasheets should NEVER be used for routine interaction with data, only for debugging.
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? Click to expand... You don't. Do your data entry on the Form. Table datasheets should NEVER be used for routine interaction with data, only for debugging.