My form consists of 5 separate subforms where the user selects a subform
to complete by selecting a option from some checkboxes. The user will
not always complete the same forms or all 5 forms. I want the option to
print each of these forms separate after they have been completed.I have
created a print button for each of these forms that calculates the first
and last page for each form if they are selected, for printing. It does
this perfect, but when I complete the printing, the form reverts ba...