B
bhammer
AC2002
I can't seem to save the existing me.Filter to the me.Tag property during
either the OnFilter or OnApplyFilter events. I want to copy the previous
filter back into the me.Filter when the user clicks the cmdPreviousFilter
button.
The approach is this:
Every time the user applies a filter, save the old one in the tag property
so that if the user wants to go back to the previous filter, she can click
the Back button. I suppose I could make a new table to store the filter, but
that seems overkill. How can I read the filter before the new filter is
applied? I need a BeforeFilter event!
Brad
I can't seem to save the existing me.Filter to the me.Tag property during
either the OnFilter or OnApplyFilter events. I want to copy the previous
filter back into the me.Filter when the user clicks the cmdPreviousFilter
button.
The approach is this:
Every time the user applies a filter, save the old one in the tag property
so that if the user wants to go back to the previous filter, she can click
the Back button. I suppose I could make a new table to store the filter, but
that seems overkill. How can I read the filter before the new filter is
applied? I need a BeforeFilter event!
Brad