Printing Help

  • Thread starter Thread starter Golfinray
  • Start date Start date
G

Golfinray

I know there should be an easy way to do this, but I have yet to figure it
out. I have a 183 page report on school districts. I want to print all the
information for one school district per page (or possibly two because a few
of the larger districts might take up two pages.) On the report, I have one
district per page or two and I could just print the whole thing but I don't
want to. Is there a way to print a certain district? I don't want to just
print page 42 and wonder what district that is. I want to print, let's say
Spring School District, and only that page prints. Thanks so much!!!!
 
The simplest way to do this would be with a form where the user selects the
district (in a combo box), and then clicks a button to print just that one
district.

It's just a matter of using the WhereCondition for OpenReport. For an
example of how to code such a button, see:
Print the record in the form
at:
http://allenbrowne.com/casu-15.html
 
After wrangling with this all day. I found and implemented your fix. It
worked. Thank you---totally. :)
 
Excellent news.

Good on you for sticking with it, also.
This approach is worth knowing for several contexts (very flexible reports,
search forms, queries, filters, ...)
 
Back
Top