The issue is indenting a text box to look like this when it prints
Print Preview
COMPANY NAME INFO1 INFO2
MyCompany | |
Other Company | |
Other Company | |
Other Company | |
Actual Printed Copy
COMPANY NAME INFO1 INFO2
MyCompany | |
Other Company | |
Other Company | |
Other Company | |
I wrote code that formats the report to look like this by moving the 2nd 3rd and 4th text boxes over using if statement and it looks fine in print preview. However, when I print, the "My Company" is shifted over aligned with all the "Other Company"'s so the indent effect is gone. I'm assuming I have to write some code during the on print action but haven't figured it out yet.
Print Preview
COMPANY NAME INFO1 INFO2
MyCompany | |
Other Company | |
Other Company | |
Other Company | |
Actual Printed Copy
COMPANY NAME INFO1 INFO2
MyCompany | |
Other Company | |
Other Company | |
Other Company | |
I wrote code that formats the report to look like this by moving the 2nd 3rd and 4th text boxes over using if statement and it looks fine in print preview. However, when I print, the "My Company" is shifted over aligned with all the "Other Company"'s so the indent effect is gone. I'm assuming I have to write some code during the on print action but haven't figured it out yet.