Printing envelopes

M

Mike Busch

Can you print an envelope in a report form access. I would like to create a
report that will print addresses selected on a form. I would like to print
one envelope at a time, having the record on the form the address to print.
Thanks in advance.
 
D

David Lloyd

Mike:

Although I have never done it, I believe this can be done. You can set the
Page size in the Page Setup to the report (Page tab) to a number of standard
envelope sizes. You can adjust the height and width of the report to match
the envelope size as well. You can create a query to pull the appropriate
address based on name or some other input parameter.


--
David Lloyd
MCSD .NET
http://LemingtonConsulting.com

This response is supplied "as is" without any representations or warranties.


Can you print an envelope in a report form access. I would like to create a
report that will print addresses selected on a form. I would like to print
one envelope at a time, having the record on the form the address to print.
Thanks in advance.
 
L

Larry Daugherty

That's the way you'd do it. Remember to design in your return address
in the upper left corner.

HTH
 
Top