Printing an access form

JamesN

Registered User.
Local time
Today, 09:48
Joined
Jul 8, 2016
Messages
78
Hi,

I have a large access form which is used to input data to a table and sometimes ometimes this form needs to be printed as one page.

Printing the form itself isn't really working due to its size as it is printing as multiple pages and not been able to get around this by tweeking the print settings, is it best to build a report in access and print from there or just print it in excel?

Thanks
 
If it's too big to print in a form,
And too big to print as a report,
Then you could try to print as excel, but that's a lot of programming.

I suggest you use the report, it can do multiple pages. That's what it's for.
 

Users who are viewing this thread

Back
Top Bottom