Remove Filter/Sort

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Filips Benoit

    #1

    Remove Filter/Sort

    Dear All,

    What event can track the menu-item or shortcut-menu-item 'Remove
    Filter/Sort' - click.
    Or the opposite op Apply-Filter-event.

    Thank³,

    Filip


  • Wayne Morgan

    #2
    Re: Remove Filter/Sort

    According to the Help file, the ApplyFilter event fires when you apply or
    remove the filter. You can then check the form's FilterOn property from
    within the event to see if the filter was applied or removed.

    --
    Wayne Morgan
    MS Access MVP


    "Filips Benoit" <benoit.filips@ pandora.be> wrote in message
    news:tc2mf.6891 3$uJ1.4126750@p hobos.telenet-ops.be...[color=blue]
    > Dear All,
    >
    > What event can track the menu-item or shortcut-menu-item 'Remove
    > Filter/Sort' - click.
    > Or the opposite op Apply-Filter-event.
    >
    > Thank³,
    >
    > Filip
    >
    >[/color]


    Comment

    Working...