G
Guest
A form with a subdatasheet. After the user is done filtering records, the
main form has a cmdShowAllRecords button that removes the filter (FilterOn =
False) and changes text and color.
But I need a FilterOff Event to know when the user might remove the filter
via the toolbar button, or via the right-click 'Remove Sort/Filter', so that
I can change the text and color on cmdShowAllRecords, accordingly.
Is there a difference between the main form and subform FilterOn property?
or is the event only on the main form?
main form has a cmdShowAllRecords button that removes the filter (FilterOn =
False) and changes text and color.
But I need a FilterOff Event to know when the user might remove the filter
via the toolbar button, or via the right-click 'Remove Sort/Filter', so that
I can change the text and color on cmdShowAllRecords, accordingly.
Is there a difference between the main form and subform FilterOn property?
or is the event only on the main form?