S
SusanV
I have a combo box on a form that looks up from a table. If it's bound, then
every time an item is selected, it alters the table so that one item is
overwritten with the chosen item, creating data loss and duplication. If
it's unbound, the data (and subsequent selection list) remain unchanged, but
users can't add items "on the fly."
I can add a button opening a create new record form, but is there a simpler
way to do this so that users can simply type a new item in the combo box and
create a new record? The table has only 2 fields, ClassID (PK, autonumber)
and Class (Lookup values, text).
Seems I'm missing something really simple here (as usual, sigh)
TIA,
SusanV
every time an item is selected, it alters the table so that one item is
overwritten with the chosen item, creating data loss and duplication. If
it's unbound, the data (and subsequent selection list) remain unchanged, but
users can't add items "on the fly."
I can add a button opening a create new record form, but is there a simpler
way to do this so that users can simply type a new item in the combo box and
create a new record? The table has only 2 fields, ClassID (PK, autonumber)
and Class (Lookup values, text).
Seems I'm missing something really simple here (as usual, sigh)
TIA,
SusanV