First of all thanks to all the "gurus" here. I mean it.
I was wondering what all options I can have with a list box. For example, say I have a list box that lists different reports based on a query. Currently, I don't have it multiple selections. The list box just describes the various reports and I have a button that will print the selected report. I also have a button that will view the selected report.
My concern:
If I make the list box multiple select, the print button will print all the selected reports. However, I want it such that if I want to preview a certain report with the view button, it should work like the list box is not multi select. Is it POSSIBLE?
Also, if the items selected in the list box are more than one, can I disable some other buttons? If so how?
I would appreciate any help. Thanks again to all the experts.
I was wondering what all options I can have with a list box. For example, say I have a list box that lists different reports based on a query. Currently, I don't have it multiple selections. The list box just describes the various reports and I have a button that will print the selected report. I also have a button that will view the selected report.
My concern:
If I make the list box multiple select, the print button will print all the selected reports. However, I want it such that if I want to preview a certain report with the view button, it should work like the list box is not multi select. Is it POSSIBLE?
Also, if the items selected in the list box are more than one, can I disable some other buttons? If so how?
I would appreciate any help. Thanks again to all the experts.