L
lyledentale
i have a simple table with one column and 30 unique records. i designated
the field as a primary key indexed no dupes because this is a pick list and i
need each text record to be unique.
on a simple form i have a combo box with that list as the control. under it
i have a delete button. i test by choosing record to delete in combo box and
then i get a message that i cannot change because it would create dupe in
table.
question - how do i delete a record from this table without that error? why
is that error showing when i am taking away - not adding?
thanks soooooooooooooooo much! this is actual db for work.
the field as a primary key indexed no dupes because this is a pick list and i
need each text record to be unique.
on a simple form i have a combo box with that list as the control. under it
i have a delete button. i test by choosing record to delete in combo box and
then i get a message that i cannot change because it would create dupe in
table.
question - how do i delete a record from this table without that error? why
is that error showing when i am taking away - not adding?
thanks soooooooooooooooo much! this is actual db for work.