I am in need of a way that if a user selects a value from a combo box, other users will not be able to see/select that value. The code or whatever could either make the value disappear, or disable it as a choice (which I'm not sure if the latter is possible). Anyways, I would suspect some If..Then statements, but frankly, I am puzzled as to how this could work.
Furthermore, I don't know if this would conflict, but currently I have it setup where, if the user selects the value, updates the data on the form, and submits that data (using a button on the form), the value WILL disappear from the combo box. However, prior to the submission of the data, the value will still appear if other users are using the database as well. I want to make it so, once that value is selected, no other user can see it and subsequently select it.
Any and all help would be great.