View Full Version : Print a report from a current form


paulc
05-02-2001, 02:19 PM
What I am trying to achieve is to print a report using the command button but to only
print the information from the current form.
Another way may be to be be able to shortcut from the form to the print setup and limit the pages ???.

Any ideas gratefully received.

Pat Hartman
05-02-2001, 07:19 PM
The OpenReport Method includes a filter parameter. Look it up in help for details. You can refer to the "key" field on the form in this filter using the syntax:

Forms!YourForm!YourControl