J
Joe
I bothered everyone on launching a report from a Combo Box on Friday. That
did not give me exactly what I wanted but it did work. I would like to have
all of the reports which I have listed in a Table appear on the screen with
their description. *****Mission completed.*****
I assumed that I could change my Combo Box [event procedure] to use a Text
Box. The text box is Called "Report Name". I see that Combo Boxes are
numbered(Combo0") Text boxes are not. I also want to use a "Double Click" as
the event starter.
The event looks like this:
Report_Name DblClick
Private Sub Report_Name_DblClick(Cancel As Integer)
DoCmd.OpenReport Report Name, acViewPreview
End Sub
Report name above was "Me.Combo0" in the original using a combo Box.
did not give me exactly what I wanted but it did work. I would like to have
all of the reports which I have listed in a Table appear on the screen with
their description. *****Mission completed.*****
I assumed that I could change my Combo Box [event procedure] to use a Text
Box. The text box is Called "Report Name". I see that Combo Boxes are
numbered(Combo0") Text boxes are not. I also want to use a "Double Click" as
the event starter.
The event looks like this:
Report_Name DblClick
Private Sub Report_Name_DblClick(Cancel As Integer)
DoCmd.OpenReport Report Name, acViewPreview
End Sub
Report name above was "Me.Combo0" in the original using a combo Box.