S
steve a
Hi ,
I'm trying to filert a form via a command button and details in a combo box.
the code on the click event on the button is:
If Me.cbodatefilter > 0 Then
Me.Filter = "[txtdatestart] = " & Me.[cbodatefilter]
Me.FilterOn = True
Me.TabCtl18 = (0)
End If
The problem is that i keep on getting a box asking for txtdatestart!
any chance for some help? the values i'm using are dates, and the allow
filter is set to yes.
mnay thanks
steve
I'm trying to filert a form via a command button and details in a combo box.
the code on the click event on the button is:
If Me.cbodatefilter > 0 Then
Me.Filter = "[txtdatestart] = " & Me.[cbodatefilter]
Me.FilterOn = True
Me.TabCtl18 = (0)
End If
The problem is that i keep on getting a box asking for txtdatestart!
any chance for some help? the values i'm using are dates, and the allow
filter is set to yes.
mnay thanks
steve