My database includes a table that lists all the 234 non-credit courses we offer. Each course includes a handout–a booklet of from 1 to 20+ pages–for the student to use. We maintain those handouts as Word documents. The table includes a field formatted as hyperlink–click on any item in that field, and it launches Word and displays the handout. From here we can print the handout, of course, but….
I want to build a form that includes a list box to display all these handouts and a command button to print handouts. The user would select one or more handouts, then click on the “Print selected handout(s)” command button to print them. So far, I’ve gotten the list to display just fine. However, when I click on the command button, it prints the form itself, not the handout(s) I selected! I’m really new at this, and I know I need to tell the command button exactly what to print. I just can’t figure out how.
If I may complicate this question just a little more, I’d also like to have a way to designate how many copies to print. Thanks!