I have a main form that has a lot of data. I want to print re-arange the data before printing by using a second form.
The print button is on the main form and when pressed it will copy the data to a second form. The print code will be in the second form. Does the second form need to be visible ?