This should be simple enough but it's stumped me.
I have a simple data entry form of user information (name, address, phone number, city, state) that open after someone clicks a "New Employee" button. Currently to add a new employee, you just type in the information in the textboxes and close the form and the new info is added to the employee info table.
For consistency I wanted to add 2 comboboxes to the form for City and State so the user entering the new employee info can just pick those 2 from the list instead of having to type them in every time. What's the best way to go about this?
Thank you very much (c:
I have a simple data entry form of user information (name, address, phone number, city, state) that open after someone clicks a "New Employee" button. Currently to add a new employee, you just type in the information in the textboxes and close the form and the new info is added to the employee info table.
For consistency I wanted to add 2 comboboxes to the form for City and State so the user entering the new employee info can just pick those 2 from the list instead of having to type them in every time. What's the best way to go about this?
Thank you very much (c: