I have a form that records accidents
a subform selects employee can be more than one - involved
another subform records notes - date employee notes. All works fine
Both these draw from the same tblEmployess
In the report the Detail lists the notes by date and all works fine . As soon as i put the sub report into the header the detail will only show notes by the employee listed in the subreport
subreport has it's own query
attched is a screenshot of the relationships
As soon as I put the tblEmpJoin into the reports query the problem starts. Of course I need the EmpTblFK to link the master to the IDEmployee child.
I'm obviously doing something wrong here
a subform selects employee can be more than one - involved
another subform records notes - date employee notes. All works fine
Both these draw from the same tblEmployess
In the report the Detail lists the notes by date and all works fine . As soon as i put the sub report into the header the detail will only show notes by the employee listed in the subreport
subreport has it's own query
attched is a screenshot of the relationships
As soon as I put the tblEmpJoin into the reports query the problem starts. Of course I need the EmpTblFK to link the master to the IDEmployee child.
I'm obviously doing something wrong here