How do i ask what page to go to in a report?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am working on an access 2003 database. I have created a report, and i would
like a pop up to ask what page to skip to. I would then also be able to
export that as a html or .doc file to print/email.

How can I do this?
 
DocRogers said:
I am working on an access 2003 database. I have created a report, and
i would like a pop up to ask what page to skip to. I would then also
be able to export that as a html or .doc file to print/email.

How can I do this?

Don't know, but the usual practice would be to apply a filter to the report so
that you only get the data you want rather than trying to print only certain
pages.
 
Rick Brandt said:
Don't know, but the usual practice would be to apply a filter to the report so
that you only get the data you want rather than trying to print only certain
pages.

Thanks for ya help, I have heard you can have a pop up ask what page you go
to... I'm aiming for that. Basically so i can skip to the page im wanting to
print out with out having to skip thru them all.
 
DocRogers said:
Thanks for ya help, I have heard you can have a pop up ask what page
you go to... I'm aiming for that. Basically so i can skip to the page
im wanting to print out with out having to skip thru them all.

While it might be possible to do that I have personally never heard of it
and know of no way to programmatically "go to a page" in a report preview.
 
You might be able to find something about the [Page] feature on
reports. Maybe while on a form you can get a msgbox to come up that
asks for the page number, then you can set [Page] on the report to this
number? I'm not sure that this is possible, but just suggesting another
idea if you are stumped.
 

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

Back
Top