I am using crystal 8.5 with sql tables.
My main report has 2 tables a project table and timesheet table. The subreport has the same project table and expense table.
I am linking the reports by the contract number within the project table.
I have to use a select statement on the main report from the timesheet table that status = 1 to pull only current data and a select statement on the subreport from the expense table that status = 1.
If the porject does not have any current timesheets with status = 1 from the main report, I am not getting the subreport data.
What am I doing wrong?
I hope I explained the good enough.
Thanks
Gina
My main report has 2 tables a project table and timesheet table. The subreport has the same project table and expense table.
I am linking the reports by the contract number within the project table.
I have to use a select statement on the main report from the timesheet table that status = 1 to pull only current data and a select statement on the subreport from the expense table that status = 1.
If the porject does not have any current timesheets with status = 1 from the main report, I am not getting the subreport data.
What am I doing wrong?
I hope I explained the good enough.
Thanks
Gina