I'm trying to show a print preview of reports that I have made. I was originally going to make separate command buttons to do so but I have too many reports. I wanted to use a list box and have a command button bring up the preview of the report I want. I'm having trouble setting it up. Do I need to create a macro for this or is there a way of linking the list box with the reports on click with a command button?
The reports are basically linked to queries that generate a list once I create the record on my main form. I just need some direction from that point on what to put on my form so I can avoid creating multiple command boxes.