Access Reprts Trouble with Charts, asking for criteria twice

B

Bel

When opening a query driven report in access 2000 the
criteria is asked for twice.......... Then it asks twice
before you print for the criteria again so to print the
report you enter the same criteria four times in
all..........

This report has a chart in it........ does that make a
difference......
Thanks
Bel
 
D

Duane Hookom

You should avoid using parameter prompts. Use references to controls on a
form:
Between Forms!frmDates!txtStart And Forms!frmDates!txtEnd
 
Top