I want to creat a report in MS Excel. The data is in a MS ACCESS table called Journal_Status. I want to select all the data to display in Excel but restrict it by input from combo boxes on forms. The combo boxes are Month, Year, and Journal Title. So I would like to Select * from Journal_Status and then use the data in then appropriate combo boxes to form the where clause. I use a check box next to the combo box to for the user to indicate that is what they want to restrict by. So if they select a month from the Month combo box and have the check box marked it will restrict by that. If the check box isn't checked then nothing. Can someone help me with this? I tried looking at VB Help connecting to Access but it looked like they were only discussing one shot queries with an a specified value as a restriction.
Thanks
Thanks