I have a command button that will run a report selected from a list box. I use the DoCmd.OpenReport Me.lstReports, IIf(Me.chkPreview.Value, acViewNormal, acViewPreview) to do this.
However, I also have macros in this list box and I don't know how to fire off a mcro using code in the same click event.
Any idea's?
However, I also have macros in this list box and I don't know how to fire off a mcro using code in the same click event.
Any idea's?