J
jean.ulrich
Hi
I have a form with 2 buttons
each one produce a filter
Code on the first one is
Me.Filter = "Unit <> 'Meter'"
Me.FilterOn = True
and the second one is
Me.Filter = "Proj > 0"
Me.FilterOn = True
The problem is that if I click on the first button, I obtain Units
different than 'Meter'
and if i click on the second button I obtain Proj > 0 but Meter comes
back
If I click bach on the first button, I don't have anymore Meter but I
have proj = or < 0
I would like with one click to obtain Unit different than 'Meter' AND
Proj >0
Can both filters be combine and if yes what should I use as code.
I have try many things but without success
thanks
I have a form with 2 buttons
each one produce a filter
Code on the first one is
Me.Filter = "Unit <> 'Meter'"
Me.FilterOn = True
and the second one is
Me.Filter = "Proj > 0"
Me.FilterOn = True
The problem is that if I click on the first button, I obtain Units
different than 'Meter'
and if i click on the second button I obtain Proj > 0 but Meter comes
back
If I click bach on the first button, I don't have anymore Meter but I
have proj = or < 0
I would like with one click to obtain Unit different than 'Meter' AND
Proj >0
Can both filters be combine and if yes what should I use as code.
I have try many things but without success
thanks