Here is the problem I'm having. I work in a legal office. I use an access database to log in clients' information, such as type of action, attorney seen, date seen, etc. At the end of each month I have to do a monthly report that tells how many of each type of action were processed that month. So I developed a query for each type of action that, when executed, first asks for the report month and then lists all of those types of actions for that month. I would now like to create a macro that will run each query but ask for the report month only once. I would also like the macro to send the number of each type of action processed to a report. So basically I don't need the client info in my final report, just the numbers resulting from each query. I may be going about this the wrong way but I am very new to access. Any suggestions would be greatly appreciated