Printing Everything On A Tab

B

Bob Barnes

I have a Tab Control that must be 10 inches by 15 inches.

I would like to Print the entire contents of that Tab on
11 by 17 inch paper

Is there code to do that...or do I place that data on a Report
which would Print everything on the 11 by 17 incn paper???

TIA - Bob.
 
D

Douglas J Steele

Well, tabs only work on forms, and forms aren't intended for printing, so
yes, a report would probably be better.
 
Top