I have a form that reads all of the records in an employee information table. There is a combo box that selects the record of the employee that is selected. The Combo box also filters out via a qry what positions a user has access to. The problem with this is that all of the records are in the form and the user can use the scroll mouse or the list box to change the current record. I want to disable the scroll mouse feature or any other method of changing the record other than the combo box that is provided. Any suggestions?
Thanks
Thanks