I have a table that tracks differents events and the acctual date they occured. I am trying to write a query that counts the number of each event that occured by month. One issue I am having is if an event had no occurence during a month I want to return 0 raher than no data for that event. Help is appreciated.