Filtering Form Input??

2001-08-29 Thread Shawn Grover
I've written a function that includes the following commands: // replace single quotes (') - for entry into SQL Server TargString = REReplaceNoCase(TargString, ['], chr(96), ALL); // Replace with [ TargString = REReplaceNoCase(TargString, [], [, ALL); // Replace with ] TargString

Filtering Form Input??

2001-08-28 Thread Shawn Grover
I've written a function that includes the following commands: // replace single quotes (') - for entry into SQL Server TargString = REReplaceNoCase(TargString, ['], chr(96), ALL); // Replace with [ TargString = REReplaceNoCase(TargString, [], [, ALL); // Replace with ] TargString