I have a database that uses several combo boxes which allow the users to select an item from the combo box list. The list entries are stored in a separate "lookup" table. If a desired entry is not in the list, the Not In List event is used to allow the users to add the new entry to the list.
For example, one of the combo boxes contains Locations where workshops are conducted. If a particular Location will not be used any more, I would like to remove it from the drop-down list so the users won't select that option. However, I would like for that Location to remain in the records of workshops that have already been held at that location.
I created a form that displays the workshop Locations in the "lookup" table and allows the user to delete a record. Unfortunately it not only deleted the Location entry from the combo box list (table), but also left a blank field in the records that had previously contained that Location. Is there a way to remove items in the drop-down list and still have that Location appear in the records that were entered previously?
For example, one of the combo boxes contains Locations where workshops are conducted. If a particular Location will not be used any more, I would like to remove it from the drop-down list so the users won't select that option. However, I would like for that Location to remain in the records of workshops that have already been held at that location.
I created a form that displays the workshop Locations in the "lookup" table and allows the user to delete a record. Unfortunately it not only deleted the Location entry from the combo box list (table), but also left a blank field in the records that had previously contained that Location. Is there a way to remove items in the drop-down list and still have that Location appear in the records that were entered previously?