Gladimir
Well-known member
I pull a string from one table and look for a matching string in another table.
In this case, the string I pull from the first table is:
G_App_AttorneysBriefcaseCaliforniaEvidence
I strip the first 6 chars from the string (G_App_) and search for the matching string:
AttorneysBriefcaseCaliforniaEvidence
If I strip the apostrophe from the first string, then it will not match the second string.
How is this situation typically handled?
In this case, the string I pull from the first table is:
G_App_AttorneysBriefcaseCaliforniaEvidence
I strip the first 6 chars from the string (G_App_) and search for the matching string:
AttorneysBriefcaseCaliforniaEvidence
If I strip the apostrophe from the first string, then it will not match the second string.
How is this situation typically handled?