Printing a form

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

Guest

I understand that reports are designed for printing. However, I would like
to know how to print a particular record that’s in a form. For example, I
have 30 records in a single form. And want to go to record number 5 and want
to press the print to print that particular record instead of specifying it
in the print dialog box. Currently it defaults to record 1 (or page 1). Any
ideas would be terrific. Thanks.


John



John
 
Could you please, explain the step by step process to perform it. Thanks.


JOhn
 
1. Add a button to your form.
2. In the form's property sheet click on Events
3. In the Click event dop the combo and choose [Event Procedure]
4. Push the code button (...) the ellipses.
5. Copy and paste the line of code below.
6. Replace the names with your names.
7. Save the form.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access Downloads
http://www.datastrat.com
http://www.mvps.org/access
 

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