B
BeaBea
I have a parameter form I use to run reports from. On the form I have two
combo boxes one for supervisor and one for employee. I also have a field for
start date, a field for end date and a control to run the report.
In the row source for the Supervisor I have: SELECT"All" As Supervisor
FROM tblMain UNION SELECT Supervisor FROM tblMain ORDER BY Supervisor. The
column count and bound column are 1.
In the row source for the employee I have: SELECT employee FROM
tblemployee. The column count and bound column are set to 1.
When I run the report and I select the supervisor name and select the
employee name, the report gives me all of the employees. How can I set this
up to select just one supervisor and one employee?
combo boxes one for supervisor and one for employee. I also have a field for
start date, a field for end date and a control to run the report.
In the row source for the Supervisor I have: SELECT"All" As Supervisor
FROM tblMain UNION SELECT Supervisor FROM tblMain ORDER BY Supervisor. The
column count and bound column are 1.
In the row source for the employee I have: SELECT employee FROM
tblemployee. The column count and bound column are set to 1.
When I run the report and I select the supervisor name and select the
employee name, the report gives me all of the employees. How can I set this
up to select just one supervisor and one employee?