Hi!
I'm sorry, I'm still new to Access. What do you mean by one to many relationship for my query? I thought relationships were only for tables, so I don't know if my query is one to many.
Hmm, more detail... I'll try. My report, rptResult, displays details for one record. Its recordsource is qrySearching. I have 3 forms leading up to the report. One is the search form, frmSearch, that allows the user to search for a record. Then the records are returned in the frmSearchResults. You pick the record you want to display a report for and then that takes you to another form, frmReportSelect. This form allows the user to choose different fields to be displayed on the report, along with some default ones.
I don't really know what detail you need but I'm just telling you what I can remember from the top of my head. I'd probably tell you more if I wasn't locked out of my db right now (another thread)
My report has only a report header, detail section, and a report footer. I took out the page header/footer cuz I don't really know what any of them is. I have the default fields and 2 pics in my report header, more fields that are selected by the user (if the user doesn't select any fields, then it should just display the header and footer), and the footer has one pic. What is repeated for 3-4 pages is the report header and the detail section, but without any pics. Then it is ended by the report footer.
Hope this is what you need.
THANKS VERY MUCH!