G
Guest
Hi I am new to Access.
I have a print button on this form. Here is the expression for that:
DoCmd.OpenReport "rptTravel", acViewPreview, , "[SSN] = '" & [SSN] & "'"
What happens is that the view go behind the opened forms and I have to close
the forms to get to it.
What I want is for the print view to come to the front and when I close it I
want to still be on the form.
Please help
Thank You alot.....
I have a print button on this form. Here is the expression for that:
DoCmd.OpenReport "rptTravel", acViewPreview, , "[SSN] = '" & [SSN] & "'"
What happens is that the view go behind the opened forms and I have to close
the forms to get to it.
What I want is for the print view to come to the front and when I close it I
want to still be on the form.
Please help
Thank You alot.....