How do i get VBA to change the size of paper to print on

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

Guest

i have a database that prints onto envelopes. when the user clicks print
envelope button another form appears where the user can ajust the envelope
sizes. on the form is a width and legth text box where i want the user to
specify the dimensions of the envelope to print on. How do i bound these text
boxes so that it adjusts the size of paper to print on?
 
The following KB article may be useful, depending on your exact
circumstances:

http://support.microsoft.com/default.aspx?scid=kb;en-us;210283

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

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


i have a database that prints onto envelopes. when the user clicks print
envelope button another form appears where the user can ajust the envelope
sizes. on the form is a width and legth text box where i want the user to
specify the dimensions of the envelope to print on. How do i bound these
text
boxes so that it adjusts the size of paper to print on?
 
Back
Top