> How can i apply a filter on a form on a field with text when i select
> from
> a combo box
DoCmd.ApplyFilter, "[FieldInForm]='" & [ComboField] & "'"
Ciao
Bruno
Bob Quintal - 05 Nov 2004 01:22 GMT
>> How can i apply a filter on a form on a field with text when
>> i select from
[quoted text clipped - 4 lines]
> Ciao
> Bruno
You can also
me.filter= "[FieldInForm] = '" & [comboField] & "'"
me.filterOn = true
I've found that sometimes the DoCmd version doesn't work.

Signature
Bob Quintal
PA is y I've altered my email address.