F FJJ8613 New member Local time Today, 16:31 Joined Jun 12, 2006 Messages 7 Jul 5, 2006 #1 I have created a list box that lists all the available reports that I have created. I would like to know how to create a button to print the report that I have selected. Thanks in advance. FJ
I have created a list box that lists all the available reports that I have created. I would like to know how to create a button to print the report that I have selected. Thanks in advance. FJ
P promod33 New member Local time Tomorrow, 02:01 Joined Mar 26, 2006 Messages 7 Jul 7, 2006 #2 In the click even of the button, you can use ListIndex property of the listbox to print selected report.
In the click even of the button, you can use ListIndex property of the listbox to print selected report.