Simple report question (multiple results?)

Minnesota

Registered User.
Local time
Today, 10:35
Joined
Jun 23, 2009
Messages
22
I have a form that allows the user to perform a search. I have the results of that search going to a report. So far it all works flawlessly. The problem is when you view the report it only shows the first result of the search.

How do I make the report repeat the same format over and over again until it shows all the results from the search?
 
If I had to guess, you have the data in a header or footer instead of the detail section.
 
I have a Report Title and Employee ID in the Report Header. Then in the detail section I have all the data from the search. Then in the Report Footer I have the current date and the page numbers.

Attached is a screenshot of the report. Unfortunately I can't upload the database due to sensitivity of data. I appreciate your help, guess or not.
 

Attachments

  • results_report.jpg
    results_report.jpg
    94.5 KB · Views: 124
Well, what you have in the detail section are references to a form, so that will only return one record. If you want multiple detail records, the report would have to be based on a table or query that contained those records.
 

Users who are viewing this thread

Back
Top Bottom