I have a print button and a print preview button. The print button works just the way I want it to. It will print the current record that is on display in the form.
The print preview button has some settings that I would like to change.
The first is that I notice when I click on the print preview button, it will re-size the window. Then when I close print preview, the form window will also be re-sized. Is there a way to make it stay the same size when jumping from the form window to the print preview window?
The second thing I noticed is that if printing from print preview, it will print all records by default and it will also go to the first record of the record set. Not the record I was looking at in the form. If I click on print preview I would like it to stay on the current form that I was viewing and also if I decide to print from print preview, I would like it to only print the one record I am looking at. If I were to just click on the print button (not print preview) it would only print the record that is on screen. Not the whole record set.
Thanks for your help. This is driving me crazy.