allstarfrank
Technical User
I have created a form with several different combo boxes that allow the user to define(change the criteria) which information that they want on a report in a format that has a "FROM" and "THRU" column. The row source for each combo box is coming from various tables. For example, the user must define a single or range of company names, invoice dates, invoice number,etc. After selecting this information, the user must select which report that they want to print. My questions are: 1) How can I insert a combo box that will list the available reports that I have created? The user would select the report that they want to preview and then, hit the print button to see the report. The report that the user selects would print based on the information typed into the other combo boxes. 2)If the user wants to print all of the information and does not want to define each combo box, how would I have Access automatically insert default information for each combo box?