View Full Version : In VBA, adjusting the page layout to print a form


Sanjay
09-06-2001, 12:55 AM
I want my page layout for the Form as landscape. Does anybody knows how to do it in VBA before printing the form runtime?
[I checked LayoutForPrint property, but its for fonts, and not for page layout.]

Rich
09-06-2001, 04:02 AM
Forms aren't optimised for printing, use a report.
HTH