Hello everyone,
How do you all deal with + and & when sending info to an ASP?
Some of our Reference fields contain + and/or &
When the user enters a ref containing + eg SMITH+1, SMITH 1 is sent to the SQL server stored procedure.
When the user enters a ref containing & eg SMITH+1, SMITH is...