L
Loggical
I would like to have the information printed from my query on a report.
I have query with multiple fields that hold employees id numbers. Each one of
these employees was involved in the same specific occurrence on that day.
ID1 00789 EmployeeName1 Ted
ID2 12456 EmployeeName2 Tom
ID3 34121 EmployeeName3 Harry
ID4 12678 EmployeeName4 Steve
ID5 76341 EmployeeName5 Mike
I have created a Parameter Query that queries all five columns which brings
up the correct results in the Query. How do I get the correct EmployeeName
and ID to show up in the Header of the Report?
Using the above example.
The problem is when I use the Parameter Query in the Report {Enter Employee
Number} when I enter 12678 it will only show the top EmployeeName and ID
00789 Ted in my Report Header. I need it to be able to show Steve 12678.
The Report should show all the occurrences associated with an employee with
their Name and ID number in the Report Header. The Report does everything
else correctly but the Name and ID number.
I have query with multiple fields that hold employees id numbers. Each one of
these employees was involved in the same specific occurrence on that day.
ID1 00789 EmployeeName1 Ted
ID2 12456 EmployeeName2 Tom
ID3 34121 EmployeeName3 Harry
ID4 12678 EmployeeName4 Steve
ID5 76341 EmployeeName5 Mike
I have created a Parameter Query that queries all five columns which brings
up the correct results in the Query. How do I get the correct EmployeeName
and ID to show up in the Header of the Report?
Using the above example.
The problem is when I use the Parameter Query in the Report {Enter Employee
Number} when I enter 12678 it will only show the top EmployeeName and ID
00789 Ted in my Report Header. I need it to be able to show Steve 12678.
The Report should show all the occurrences associated with an employee with
their Name and ID number in the Report Header. The Report does everything
else correctly but the Name and ID number.