P
Prohock
I would like to use a listbox to print different reports but I am not able to
program the VB for the print button. I think that with my limited logic that
it should go something like this.
Dim varItem As Variant
For Each varItem In Me!ListPrint.ItemsSelected
Print a corresponding report.
This is pretty vague, but perhaps someone might be able to point me in the
right direction.
program the VB for the print button. I think that with my limited logic that
it should go something like this.
Dim varItem As Variant
For Each varItem In Me!ListPrint.ItemsSelected
Print a corresponding report.
This is pretty vague, but perhaps someone might be able to point me in the
right direction.