I have created a series of input boxes for my users to enter information. It asks the user if they would like to preview or print a report, then it asks if they would like a summary or a full report and then the last input box requires an employee name, which could be misspelled by users. I would like to however, create a combo box or drop down box that does not require the user to type in this information (employee name). Does anyone know how to do this in VBA?
The employee names are in a table in the current database, which I would like to link to the VBA combo box.
The employee names are in a table in the current database, which I would like to link to the VBA combo box.