bar graph day view

Make a form with params to pick,2 textboxes...
TxtStartDate,txtEndDate.
Make the chart query read off this form,
Select * from table where [date] between forms!myForm!txtStartDate and forms!myForm!txtEndDate

The chart reads this query.

You can also Make some radio buttons to quick set these dates,
Daily sets both text boxes to today.
Monthly sets to the start and end o the month
 
I already have section that filter data for specific day. I just need to know how to create the bar chart and make it look like one from the link (in previous post).
 
if you already have the query, run the query, copy the data,
open the chart, open the data source grid, paste the data,
save.
modify the points, axis',etc.
 
Post some sample data in a MS-Access database or an Excel sheet.
 

Users who are viewing this thread

Back
Top Bottom