Hello,
I have a combo box with a list of user names. The data source of the list is a table, tblUsers, and the property "Limit to list" is set to Yes, in order to avoid anything other than valid users to be entered. Over time, some users will become "inactive", e.g. leave the company. Now I would like to have a way to remove/hide these users from the combo box, without causing conflicts in the existing table. In other words, it should not be possible anymore to select an inactive user name from the list, but the existing records should remain unchanged. Any suggestions?
Niek
I have a combo box with a list of user names. The data source of the list is a table, tblUsers, and the property "Limit to list" is set to Yes, in order to avoid anything other than valid users to be entered. Over time, some users will become "inactive", e.g. leave the company. Now I would like to have a way to remove/hide these users from the combo box, without causing conflicts in the existing table. In other words, it should not be possible anymore to select an inactive user name from the list, but the existing records should remain unchanged. Any suggestions?
Niek