I have a query that pulls data from a number of tables and combines the data into sentence structure for a report. For example, the query takes a clients first and last name and combines it with a salutation such as "Dear John Doe,"
The error I get is when I am added my employees name into a sentence using a field called "Assigned To" Instead of the employees name populating, I get the employee ID number.
Here is the expression I am using:
Paragraph 1: "Thank you for participating in our Outreach Initiative and meeting with " & [Assigned To] & " on " & [Scheduled Date] & ". We hope our visit was informative and beneficial."
When i run the query, the feild "Assigned To" is correct, but in the expression it is not. Please let me know how I can get it to populate the name rather than the ID.
THANKS
The error I get is when I am added my employees name into a sentence using a field called "Assigned To" Instead of the employees name populating, I get the employee ID number.
Here is the expression I am using:
Paragraph 1: "Thank you for participating in our Outreach Initiative and meeting with " & [Assigned To] & " on " & [Scheduled Date] & ". We hope our visit was informative and beneficial."
When i run the query, the feild "Assigned To" is correct, but in the expression it is not. Please let me know how I can get it to populate the name rather than the ID.
THANKS