|
travismp -> save form not saving correct if there is an apostrophe (4/18/2008 11:25:47)
|
I have a form that loads a field from my DB from a previous page. The field name is [Contractors] the new form allows my users to enter new records and it saves the new record with the [Contractor] field. However if there is an apostrophe it drops the rest of the company name. value='<%=Request("Contractors")%>'></font> Example: STEVE'S EXCAVATION Only saves: STEVE Can I add anything to my code above to resolve this issue? Thanks.
|
|
|
|