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

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

Guest

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?
 
Forms really aren't intended for printing: that's what reports are for.
 
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
 

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