stacked bar chart

I

Iceman

i need to create a stacked bar chart in access 2003 that use a date parameter
query.
 
D

Duane Hookom

Always use a control on a form for your criteria. Then set the
Query->Parameters to something like:
Forms!frmDates!txtDate Date/Time
Then you can view the design of the chart control and set it to stacked bar.
 
Top