T
Todd
Howdy,
I'm trying to open a form that provides information
relating to an item in a list box. I'm using the
following (which I've used several time before):
Private Sub List5_DblClick(Cancel As Integer)
DoCmd.OpenForm "frmTest", wherecondition:="Rqmt_ID = " &
Me.List5
End Sub
I keep getting Run Time Error 2051.
Any ideas?
Thanks, Todd
I'm trying to open a form that provides information
relating to an item in a list box. I'm using the
following (which I've used several time before):
Private Sub List5_DblClick(Cancel As Integer)
DoCmd.OpenForm "frmTest", wherecondition:="Rqmt_ID = " &
Me.List5
End Sub
I keep getting Run Time Error 2051.
Any ideas?
Thanks, Todd