A
Al Camp
What would cause a form filter to do the following...
While in any form, the user (of multiple users) places the cursor in a text
field (say... a City field with "Boston" for a value), and then right clicks
to get the shortcut menu. Then the user selects Filter By Selection, and
the form filters properly.
However, if the user then closes the form, and then reopens it, the City =
"Boston" filter is still applied.
Is anyone aware of what might cause this problem?
How might I make sure with code (upon closing the form) that the Filter
property is removed.
Thanks in advance,
Al Camp
While in any form, the user (of multiple users) places the cursor in a text
field (say... a City field with "Boston" for a value), and then right clicks
to get the shortcut menu. Then the user selects Filter By Selection, and
the form filters properly.
However, if the user then closes the form, and then reopens it, the City =
"Boston" filter is still applied.
Is anyone aware of what might cause this problem?
How might I make sure with code (upon closing the form) that the Filter
property is removed.
Thanks in advance,
Al Camp