how to print a access form instead of all forms printing out

N

Nancy Tang

I have a few records in my data entry form, but when i try to print a form
only, all forms will come out instead of the screen that i look at only.Is
there any way for me to do the print setting to the specific page?
 
D

Douglas J Steele

Forms really aren't intended for printing: that's what reports are for.
 
S

Sprinks

Hi, Nancy.

To print a report for the current record, base it on a query where the
selection criteria in your key field is:

=Forms![YourFormName]![YourKeyFieldControlName]

Sprinks
 
Top