T
twas
I would like to make a button that could be used in a form to find records,
friendly enough that untrained users could make use of the feature.
I would like to create a button that does a "find in form", provided the
user isn't already trying to do a find or filter.
I would like a second button that would apply the filter created when the
user entered data in the "find in form", and a third button that would
eliminate the filter.
In FileMaker Pro, I used one button for the first two functions with a
script that was equivalent to
if not in Find mode, enter "Find by Form" mode;
else perform the find to filter the dataset to matching values.
I know this can be done using the built-in user interface in Access, but it
would be nice to create user-friendly buttons with words rather than symbols
that untrained users do not understand.
It seems easy, but none of my attempts work. Any suggestions?
thanks
Twas
friendly enough that untrained users could make use of the feature.
I would like to create a button that does a "find in form", provided the
user isn't already trying to do a find or filter.
I would like a second button that would apply the filter created when the
user entered data in the "find in form", and a third button that would
eliminate the filter.
In FileMaker Pro, I used one button for the first two functions with a
script that was equivalent to
if not in Find mode, enter "Find by Form" mode;
else perform the find to filter the dataset to matching values.
I know this can be done using the built-in user interface in Access, but it
would be nice to create user-friendly buttons with words rather than symbols
that untrained users do not understand.
It seems easy, but none of my attempts work. Any suggestions?
thanks
Twas