J
jayan
I have a problem with Access report.(Access 97)
I have a report with sub report in it.
When I am opening the report, it will take a few minutes
to populate the report.Then when I try to print a page
(Most of the time there is only a single page), Acccess
is rerunning all the queries again!.
Is there any i way i can avoid this recalculation .I just
want print to print the prewview screen.
The code i am using to print the report is
DoCmd.OpenForm "Job Customer PO Retainers",
0, "", "[JobNumber]='" & Me![JobNumber] & "' and [PONum]
='" & Me![PONum] & "'", 1, 0
Any help will be appreciated.
Thanks in advance
I have a report with sub report in it.
When I am opening the report, it will take a few minutes
to populate the report.Then when I try to print a page
(Most of the time there is only a single page), Acccess
is rerunning all the queries again!.
Is there any i way i can avoid this recalculation .I just
want print to print the prewview screen.
The code i am using to print the report is
DoCmd.OpenForm "Job Customer PO Retainers",
0, "", "[JobNumber]='" & Me![JobNumber] & "' and [PONum]
='" & Me![PONum] & "'", 1, 0
Any help will be appreciated.
Thanks in advance