I have a report, I want it to display the First and Last Name of an employee concatinated into one field.
I had the controlsource of the field set to this:
=[EmployeeFirstName] & " " & [EmployeeLastName]
On the report, it's displaying "# Type" in that field instead of the name. What's the most effecient way to achieve what I want done?