Subreport Problem

X

XMan

Main report querying Employers with
SELECT * FROM EMPLOYERS;

Subreport quering Employees and Work Locations with
SELECT * FROM EMPLOYEES LEFT JOIN WLOCATIONS ON
EMPLOYEES.EMPLOYEE_ID = WLOCATIONS.EMPLOYEE_ID;

In the main report I link by EMPLOYER_ID between EMPLOYERS and EMPLOYEES
tables.

When I run the report it's asking for input data on EMPLOYER_ID.

Can you see anything I'm doing wrong here. TIA.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top