View Full Version : bar chart - not picking up criteria from dialog form


milly
03-21-2003, 06:46 AM
I have set up a report with a bar chart, using a dialog box to enter criteria. (i.e. macro attached to the report which opens the dialog box, report based on query with criteria referencing the dialog box fields)

The dialog box comes up, but a blank bar chart is created straight away without waiting for you to enter the report criteria.

It all works if I use the same set up for a "standard" report.

Any help would be appreciated, thanks

WayneRyan
03-21-2003, 01:26 PM
milly,

Your dialog box should allow users to enter/validate the
criteria, then an OK button should be used to do the
DoCmd.OpenReport ...


Wayne

milly
03-27-2003, 07:13 AM
Thanks very much.
I'll try this.

Milly