Hello.
I have the following question. I have a query where It will prompt the user to enter either a specific value in a field and it will give him all records for that specific value or also to have the option of entering "all" and it gives him all values / records.
For example lets say that the field stored "M" for male or "F" for females. When the prompt runs they can enter either "M" or "F" and it would give him just those values. However if they enter "ALL" in the prompt then it gives him both "M" and "F" since those are all the values of this field.
Thanks in advance.
I have the following question. I have a query where It will prompt the user to enter either a specific value in a field and it will give him all records for that specific value or also to have the option of entering "all" and it gives him all values / records.
For example lets say that the field stored "M" for male or "F" for females. When the prompt runs they can enter either "M" or "F" and it would give him just those values. However if they enter "ALL" in the prompt then it gives him both "M" and "F" since those are all the values of this field.
Thanks in advance.