S
smk23
I have a combobox with "limit to list" setting = yes. When a user wants to
delete the displayed value and have nothing in the box, I would like them to
be able to simply delete and move on.
Deleting prompts a null value and that is not in the list. I have tried
putting code on the Before_Update event to detect this and change the value
to 0 which is a blank record (and in the list) but the error occurs prior to
the Before_Update event. How have others solved this?
Thanks!!
Sam
delete the displayed value and have nothing in the box, I would like them to
be able to simply delete and move on.
Deleting prompts a null value and that is not in the list. I have tried
putting code on the Before_Update event to detect this and change the value
to 0 which is a blank record (and in the list) but the error occurs prior to
the Before_Update event. How have others solved this?
Thanks!!
Sam