I have a data entry form where Employee details are entered, such as name, and Department. Department is selected from a combo box which gets its row source from a table of departments. The combo box displays the name rather than the ID number.
There is also a form which displays the selected employee, with their details, and has list boxes for in-services available and taken.
The problem I have is, when displaying the employee details, the department field displays the ID number, not the name. I know it must be easy, but I can't remember how to get the name from the departments table.
Any help is greatly appreciated.
Thanks!!
-Jeff
There is also a form which displays the selected employee, with their details, and has list boxes for in-services available and taken.
The problem I have is, when displaying the employee details, the department field displays the ID number, not the name. I know it must be easy, but I can't remember how to get the name from the departments table.
Any help is greatly appreciated.
Thanks!!
-Jeff