I have one combo box which is being used to represent employees last, first, and middle names (to reduce data entry errors).
When I set up the combo box, I designed it to show the last name, then the first name, and then the middle name.
However, when the name is selected from the drop down list, only the last name appears in the box. Why doesn't it show the whole name in the box as it appears in the drop down list?
On a similar note of the combo box drop down list, how can I get the last and first names to be separated by a comma instead of the staight line and no line between the first and the middle?
Any help would be appreciated.
When I set up the combo box, I designed it to show the last name, then the first name, and then the middle name.
However, when the name is selected from the drop down list, only the last name appears in the box. Why doesn't it show the whole name in the box as it appears in the drop down list?
On a similar note of the combo box drop down list, how can I get the last and first names to be separated by a comma instead of the staight line and no line between the first and the middle?
Any help would be appreciated.