scouser
Registered User.
- Local time
- Today, 08:03
- Joined
- Nov 25, 2003
- Messages
- 767
Guys, I have a report based on a query rprtServiceSchedule. I want to output the LastName and FirstName of the ServiceEmployee (the person assigned to satisfy the order) to the report.
I currently print to the report the FirstName and LastName of the EmployeeResponsible for inputting the Order on which the service schedule is based. Currenly the report only prints the AutoNumber of the ServiceEmployee Name? Query has many fields, the name one's as follows:
See attached Jpeg to view query.
Basically I want to display the FirstName & LastName of the ServiceEmployee?
The ServiceEmployee(tblOrders) is a look-up field based on tblEmployees.
Am I making any sense here?

I currently print to the report the FirstName and LastName of the EmployeeResponsible for inputting the Order on which the service schedule is based. Currenly the report only prints the AutoNumber of the ServiceEmployee Name? Query has many fields, the name one's as follows:
Code:
' This displays the name of the Employee Responsible for
' inputting the order.
Name:[FirstName]&" "&[LastName]
See attached Jpeg to view query.
Basically I want to display the FirstName & LastName of the ServiceEmployee?
The ServiceEmployee(tblOrders) is a look-up field based on tblEmployees.
Am I making any sense here?
Attachments
Last edited: