J
JonnyB
Hi
Having a problem with a search string routine that checks to see whether a
name entered is a diplicate. I build the strings as:
stLinkCriteria = "[OrgName]=" & "'" & strOrgName & "'"
which works fine as long as there is no apostrophe in the name. If I input a
name such as Women's Network, I get a Run-time error 3075: missing operator.
I know that I need to alter the way in which quotes appear, but I am
struggling. Can anyone help me please.
Thanks
JonnyB
Having a problem with a search string routine that checks to see whether a
name entered is a diplicate. I build the strings as:
stLinkCriteria = "[OrgName]=" & "'" & strOrgName & "'"
which works fine as long as there is no apostrophe in the name. If I input a
name such as Women's Network, I get a Run-time error 3075: missing operator.
I know that I need to alter the way in which quotes appear, but I am
struggling. Can anyone help me please.
Thanks
JonnyB