Basically I have an access database with repair information and dates..., here is what I want to do I have a query that pulls up if we have repaired something on a day during the month, then I have another query that pulls up if we had a station down. then i want to create a monthly report. However, I do not know how to get all the dates to show when I try to make a report like this (or even a table). I only can show the days when repairs were made (not everyday). The only thing I know to do is to make a table with the days of the months and then update the values that need to be changed, and then use this for the report. I was just wondering if there is an easier way?