J
John
I have to run a report about certain client. I have a form
about clients. Then the viewer can click the button to
view certain client report. I used the onclick event and
the code is:
stDocName = "John's Form 2 Query Report"
strLinkCriteria = "[Patient_LastName] ='" &
[Patient_LastName] & "'"
DoCmd.OpenReport stDocName, acViewPreview, ,
strLinkCriteria
The report shown up, however there is alway a second blank
page following that. How can I get rid of the blank page?
about clients. Then the viewer can click the button to
view certain client report. I used the onclick event and
the code is:
stDocName = "John's Form 2 Query Report"
strLinkCriteria = "[Patient_LastName] ='" &
[Patient_LastName] & "'"
DoCmd.OpenReport stDocName, acViewPreview, ,
strLinkCriteria
The report shown up, however there is alway a second blank
page following that. How can I get rid of the blank page?