perform find in script on value list
I am trying to create a script that performs a find on a value lists with checkboxes. Can anyone help me do that?
Hi
Suppose that you have a checkbox set with value: A, B, C, D and that you want to find records with A and C checked.
The script will be:
Enter Find Mode [ ]Set Field [ YourField ; "A¶C" ]Perform Find [ ]
Hi
Suppose that you have a checkbox set with value: A, B, C, D and that you want to find records with A and C checked.
The script will be:
Enter Find Mode [ ]
Set Field [ YourField ; "A¶C" ]
Perform Find [ ]