S
SAC
I'm building a where clause for a customer name.
The problem occurs when a customer's name has an apostrophe in it.
Here's what I have now that doesn't work:
strWhere = strWhere & "CNME LIKE '" & Forms![frmLookup]![cboCustName] & "*'
"
Thanks.
The problem occurs when a customer's name has an apostrophe in it.
Here's what I have now that doesn't work:
strWhere = strWhere & "CNME LIKE '" & Forms![frmLookup]![cboCustName] & "*'
"
Thanks.