S
SAC
I'm building a where clause with this syntax:
"CNME LIKE '" & Forms![frmLookup]![cboCustName] & "*' "
The Customer name has an apostrophe in it and that's messing up the syntax.
Customer name might be like Sam's Club.
How do I handle this.
Thanks.
"CNME LIKE '" & Forms![frmLookup]![cboCustName] & "*' "
The Customer name has an apostrophe in it and that's messing up the syntax.
Customer name might be like Sam's Club.
How do I handle this.
Thanks.