print report from form in Access 2007

  • Thread starter Thread starter Noemi
  • Start date Start date
N

Noemi

Hi

I have a form which refers to a qry. I would like to add a command button
that will allow the person to print the details however I would like to print
it as a report.

I am not sure how to do this in Access 2007.
 
Dear Noemi,

First create the report to show the current record shown in the form
(perhaps using a query and by adding a criteria on your primarykey, e.g.
[Forms]![yourFormName]![YourPrimarykey].

Then add a command button on your form to print this report (perhaps using a
wizard)

Hope this helps,

GeorgeCY
 
Back
Top