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
 
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
 
Back
Top