Report printing

jk12

Always getting problems.
Local time
Today, 19:49
Joined
Feb 16, 2006
Messages
91
Hi all, I've searched thorough these forums and can find bits that look like they can help me but have not been able to get my head around them.

I been asked to create a list of reports within my database with a tick box next to them which people can use to identify as wanting to print and then a button that will print all these reports identified. Hope this makes sense and any solutions would be appreciated.

Cheers
 
You can use a multi-select listbox. The rowsourse should be a query that selects all the reports from MSysObjects. You will need a button to "run" the reports and your code will need to loop through the selected items of the listbox and open each of them with the OpenReport method.
 
Forgive my amature knowledge but I'm not 100% familiar with the loop procedure. If you could explain a little more for me, it would be greatly appriciated
 
Sorted my problem. I searched the forums for "loop" and found lots of answers I could use :D
 

Users who are viewing this thread

Back
Top Bottom