I want controls on the left of my form, but when I do it this way and then print a record, it displays a big blank section.
How do I make the left side a non-print section for my controls?
Sorry I meant RIGHT. Currently, my form is big enough that it's one A4 page wide. I want controls on the right side of the form but I don't want to expand the form for print, coz otherwise, I'm left with extra space that prints on 2 pages.
I think you are saying you only want to print the left side of the form and not the right where the buttons are.
If this is the case then it is not possible, you can only print the whole form. What you could do is set up a report which looks like the left part of the form and print that instead.