Printing Help

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!!!!
 
A

Allen Browne

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
 
S

Susie

After wrangling with this all day. I found and implemented your fix. It
worked. Thank you---totally. :)
 
A

Allen Browne

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, ...)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Form Filtering Help 8
Form Help Please 2
Auto Update (Linking) Report Exports 1
duplex printing question 3
Query Help 3
Just Wondering? 1
Another trim problem 2
Help Please 6

Top