B
Beeyen
Good Day,
I have a combo box in which, I would like to select through the dropdown an
employee name entered in a Employee table ie LastName, and FirstName. When I
click on the dropdown I see the LastName and if I scroll over the FirstName.
But when I select the name only the LastName shows.
I have a SQL query with the EmployeeID, LastName (Ascending order checkbox)
and FirstName
In the properties of the field of the combo box I have the following coded:
RowSource
SELECT [Benefits Employee].EmployeeID, [Benefits Employee].LastName,
[Benefits Employee].FirstName FROM [Benefits Employee] ORDER BY [Benefits
Employee].LastName WITH OWNERACCESS OPTION;
ColumnCount = 3
ColumnWidths = 0";1";1"
Row Source Type = Table/Query
Can someone give me a helping hand?
Thanks
I have a combo box in which, I would like to select through the dropdown an
employee name entered in a Employee table ie LastName, and FirstName. When I
click on the dropdown I see the LastName and if I scroll over the FirstName.
But when I select the name only the LastName shows.
I have a SQL query with the EmployeeID, LastName (Ascending order checkbox)
and FirstName
In the properties of the field of the combo box I have the following coded:
RowSource
SELECT [Benefits Employee].EmployeeID, [Benefits Employee].LastName,
[Benefits Employee].FirstName FROM [Benefits Employee] ORDER BY [Benefits
Employee].LastName WITH OWNERACCESS OPTION;
ColumnCount = 3
ColumnWidths = 0";1";1"
Row Source Type = Table/Query
Can someone give me a helping hand?
Thanks