G
Guest
Help me with my combo box filter please,
I have read all of the posts within this group and I cannot figure this one
out. I know it's a simple fix.
Private Sub cmbfilter_AfterUpdate()
Me.Filter = "status = " & Me.cmbfilter
Me.cmbstatus.Requery
Me.FilterOn = True
End Sub
Thanks in advance,
Bob W.
I have read all of the posts within this group and I cannot figure this one
out. I know it's a simple fix.
Private Sub cmbfilter_AfterUpdate()
Me.Filter = "status = " & Me.cmbfilter
Me.cmbstatus.Requery
Me.FilterOn = True
End Sub
Thanks in advance,
Bob W.