R
Roger Marrs
I am trying to figure out how to modify a routine that uses Do While Not.
The issue I'm dealing with is that Do While Not checks the validity of the
value contained in a bookmark against a mask. However, I need to accomodate
more than one mask.
For example:
Do While Not (CaseNumber Like "####-[A-Z][A-Z]-######-*")
OR
Do While Not (CaseNumber Like "####-[A-Z][A-Z]-######-A")
The solution is probably very simple, and I'm trying make it too difficult.
Roger
The issue I'm dealing with is that Do While Not checks the validity of the
value contained in a bookmark against a mask. However, I need to accomodate
more than one mask.
For example:
Do While Not (CaseNumber Like "####-[A-Z][A-Z]-######-*")
OR
Do While Not (CaseNumber Like "####-[A-Z][A-Z]-######-A")
The solution is probably very simple, and I'm trying make it too difficult.
Roger