Printing a report

F

franko

I have a form with a command button, I want for that
command button icon to open the report for the form I'm
working on, only that page.
I tried to look in the macros but can't find anything
related to this event.
Can somebody help?
 
M

Mike Painter

franko said:
I have a form with a command button, I want for that
command button icon to open the report for the form I'm
working on, only that page.
I tried to look in the macros but can't find anything
related to this event.
Can somebody help?
The report should be based on a query. Assuming that your form has a field
that uniquely identifies that page called SomeID then the criteria field for
SomeID in the query should contain Forms!YourFormName!SomeID.
 

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

Top