Hi
I have created report based on a query, basically in my application there may be multiple users using their own set of datas. So it is something like this -
1 Surgeon - many patients- each patient had some surgery
So my report is based on a query which include some fields from surgeon details at the page header and details secion showing list of patients and their operation details, since my application has option for multiple surgeons adding their own patient list and operation, what I wanted was that this report to show each surgeon's own record only, but what is happening, it is showing all the records as one list and the name and detail of the last surgeon added on the Page header.
(Also just to let you know the Surgeon details is the main form and patient detail is as a subform, when I am opening one surgeon's details it is showing only that surgeon's patients in the form and not the other surgeon's patients, so I think the relationships are working fine.)