G
Guest
I am trying to set a filter in my code after a button is selected. I can get
it to work with:
Me.Filter = "Imp_Status<>'Done'"
Me.FilterOn = True
However I really want it filter out all of the 'Done' and 'Disaproved'
values in the Imp_Status field. Ther are six different posible selections in
this field and the other 4 make reference to work still in progress. Can
someone please help me figure out how to do this please.
Beards
it to work with:
Me.Filter = "Imp_Status<>'Done'"
Me.FilterOn = True
However I really want it filter out all of the 'Done' and 'Disaproved'
values in the Imp_Status field. Ther are six different posible selections in
this field and the other 4 make reference to work still in progress. Can
someone please help me figure out how to do this please.
Beards