T
tbrogdon
I have a form with a command button connected to a query that returns
a recordset in datasheet view.
One of the fields is EmployeeID which corresponds to
tblEmployee.EmployeeID which likewise corresponds to
tblEmployee.FirstName and tblEmployee.LastName.
As it stands, when I run the query, I have field EmployeeID in the
returned recordset. I would like to have the employee's concatenated
full name instead.
Is this possible?
Thanks,
Tim
a recordset in datasheet view.
One of the fields is EmployeeID which corresponds to
tblEmployee.EmployeeID which likewise corresponds to
tblEmployee.FirstName and tblEmployee.LastName.
As it stands, when I run the query, I have field EmployeeID in the
returned recordset. I would like to have the employee's concatenated
full name instead.
Is this possible?
Thanks,
Tim