Thanks for your quick reply. Is a good try, but that's not going to work, as I don't get blanks on that field. Will try to re-phrase it.
1. Every record has an Incident Time --> time that the accident happened.
2. My chart is counting records per each hour of the day
3. If there are no accidents between 2:00am and 2:59am, then the chart won't show "0" for 2am. Instead, will skip to the next hour showing records.
I'm trying to find a way to say something like "For each hour, count records. If no record, then 0", but I am totally lost about how to write the code for that.
Thanks