Hi All
Having some trouble trying to apply a filter to a subform using a combo box selection.
I have the following code on the after update of the combo box, but which ever i select it just leaves the subform showing no records
Dim rs As Object
Me.frmInternalQuotesSubAll.Form.Filter= "InternalQuoteCustomer='" & Me.Combo30 & "'"
Me.frmInternalQuotesSubAll.Form.FilterOn = True
Can anyone offer some idea what i m doing wrong? i have a similar combo filter on the same form which works fine....
Ali
Having some trouble trying to apply a filter to a subform using a combo box selection.
I have the following code on the after update of the combo box, but which ever i select it just leaves the subform showing no records
Dim rs As Object
Me.frmInternalQuotesSubAll.Form.Filter= "InternalQuoteCustomer='" & Me.Combo30 & "'"
Me.frmInternalQuotesSubAll.Form.FilterOn = True
Can anyone offer some idea what i m doing wrong? i have a similar combo filter on the same form which works fine....
Ali