P
Paul S.
I am using a cobo box to filter records in a form. I have
a macro that applies the ApplyFilter command for the
OnChange action, setting a field = value in combo box.
It appears to work first time (filters properly), but if I
select another value from the combo box, I simply get the
same records from the first filter - does not seem to
update or refilter. I have made it to work by throwing in
2 RemoveFilterSort commands to the macro(why 2 works and
not 1 I don't know) but the resulting screen flicker
leaves something to be desired.
What am I missing here?
a macro that applies the ApplyFilter command for the
OnChange action, setting a field = value in combo box.
It appears to work first time (filters properly), but if I
select another value from the combo box, I simply get the
same records from the first filter - does not seem to
update or refilter. I have made it to work by throwing in
2 RemoveFilterSort commands to the macro(why 2 works and
not 1 I don't know) but the resulting screen flicker
leaves something to be desired.
What am I missing here?