trixiegrrl
Programmer
Hi,
This is likely a silly question, I just am having a hard time come up with the solution at the moment.
I have many reports which contain the following criteria:
not ({LAST_NAME} like "*Test*")
Unfortunately there are many records in our db which we cannot delete containing Test as the Last Name. Now, the unthinkable has happened - we have someone on staff with a Last Name of Testa. I can pull this person by ID#, I just am having a hard time thinking up how to exclude all people named Test, but include Testa.
Thanks for any help you can provide on this one.
This is likely a silly question, I just am having a hard time come up with the solution at the moment.
I have many reports which contain the following criteria:
not ({LAST_NAME} like "*Test*")
Unfortunately there are many records in our db which we cannot delete containing Test as the Last Name. Now, the unthinkable has happened - we have someone on staff with a Last Name of Testa. I can pull this person by ID#, I just am having a hard time thinking up how to exclude all people named Test, but include Testa.
Thanks for any help you can provide on this one.