I have a field that holds the company name. when the user enters in a company name the form searches for the company in the company table. My problem arises when a company contains an apostrophe.
rs.findfirst [com_name] = '" & companyname & "'...."
when the company name has an apostrophe it causes problems.
how do i resolve this???
rs.findfirst [com_name] = '" & companyname & "'...."
when the company name has an apostrophe it causes problems.
how do i resolve this???