J
jhicsupt
I would like to prompt the user to return 1 of 3 different sets of records:
The values in the field [Segment] are "E" or "B" or "C"
I would to either return
= "E" (only records that are coded with an "E")
<> "E" (only records that are not coded with an "E")
All records (all records, regardless of what they are coded)
So I was thinking I would have the prompt:
[Enter 1 for "E", 2 for <> "E", 3 for All Records)
Thanks in advance.
The values in the field [Segment] are "E" or "B" or "C"
I would to either return
= "E" (only records that are coded with an "E")
<> "E" (only records that are not coded with an "E")
All records (all records, regardless of what they are coded)
So I was thinking I would have the prompt:
[Enter 1 for "E", 2 for <> "E", 3 for All Records)
Thanks in advance.