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
 

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