M
mcnewsxp
how would i code a replcae statement in this line of code where i need to remove the apostrophe from t2.firstname?
i do not have the option to rewrite anything. just need to make this work.
sql += "and t2.lastname + t2.firstname + t2.address1 + t2.city + t2.state + t2.zip = ";
tia,
mcnewsxp
i do not have the option to rewrite anything. just need to make this work.
sql += "and t2.lastname + t2.firstname + t2.address1 + t2.city + t2.state + t2.zip = ";
tia,
mcnewsxp