G
Guest
Howdy folks!
I've got a query expression that is giving me a #error when the field
[Process Key] does not contain "A". It goes like this: Age: Mid([Process
Key],InStr([Process Key],"A"),1). When the string does not contain the
character "A", an error results. There are several other expressions with
different criteria (improper use of the word, I know) also, but with similar
results. How can I manage these errors? I plan to use the results of the
query in a form, but don't want "#error" to appear in the text boxes.
Ideally, I would like to able to use some sort of criteria (proper use this
time) to filter out undesireable results. Please let me know what you think.
I've got a query expression that is giving me a #error when the field
[Process Key] does not contain "A". It goes like this: Age: Mid([Process
Key],InStr([Process Key],"A"),1). When the string does not contain the
character "A", an error results. There are several other expressions with
different criteria (improper use of the word, I know) also, but with similar
results. How can I manage these errors? I plan to use the results of the
query in a form, but don't want "#error" to appear in the text boxes.
Ideally, I would like to able to use some sort of criteria (proper use this
time) to filter out undesireable results. Please let me know what you think.