2 things I see wrong.
1 is that the sum of your report width + margins exceeds the page width - at least for me. I doubt that you're using some sort of European paper there in Nebraska!
2 - your report record source is based on a Cartesian query because there are no joins between your tables, so the number of records is basically a product of the records of the tables involved (I think 84 * 6 in your case). I will take another look, but not knowing the data I can only guess on how you'd fix it (other than to say you need to join or do something else).
For me, that would be 500 pages on my printer.
June7 - if you have anything to add, don't let me stop you. Sometimes I don't know when I'm butting in.
EDIT: it also appears that your data is poorly normalized, if at all. 111 fields in one table!! You might want to check out
Normalization Parts I, II, III, IV, and V
http://rogersaccessblog.blogspot.ca/...on-part-i.html
and/or
http://holowczak.com/database-normalization/
or find some tutorials you like.
Last edited by Micron; 03-26-2018 at 09:34 PM.
Reason: added info
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.