OK, this is driving me nuts.
I have created a simple form to add/modify an "employee" table in my database. One of the fields in the employee table is their department. I've also created a department table and populated it with all of the department titles.
I want to use a combo or list box on the employee form showing the data from the department table and use that to assign a department to each new hire.
Simple enough, right?
I've gone through the wizards and although the data from the department table is listed while in the wizard, once the field is actually on the form all data disappears. Both the List box and the Combo box are empty.
The more I try the more frustrated I become.
I have created a simple form to add/modify an "employee" table in my database. One of the fields in the employee table is their department. I've also created a department table and populated it with all of the department titles.
I want to use a combo or list box on the employee form showing the data from the department table and use that to assign a department to each new hire.
Simple enough, right?
I've gone through the wizards and although the data from the department table is listed while in the wizard, once the field is actually on the form all data disappears. Both the List box and the Combo box are empty.
The more I try the more frustrated I become.