J
Jason
I have several tables with quite a few fields and I'm getting errors when
trying to insert records with single quotes in the data like:
name = John O'Henry or a city name of O'Fallen
So I went ahead and added a replace to replace the ' with " but now other
fields are having the same problem and there are multiple fields/tables
involved. This data gets into having a lot of symbols used, etc.
So rather than go through and replace these quotes in each and every field
in each table is there a quick or automated way to do this in access/vb with
maybe a single line of code or perhaps a quick way to add it in the
querybuilder?
The code in VB is so clean right now and adding all these replaces and
changing variable names will take forever and make a mess of the code. Any
suggestions?
trying to insert records with single quotes in the data like:
name = John O'Henry or a city name of O'Fallen
So I went ahead and added a replace to replace the ' with " but now other
fields are having the same problem and there are multiple fields/tables
involved. This data gets into having a lot of symbols used, etc.
So rather than go through and replace these quotes in each and every field
in each table is there a quick or automated way to do this in access/vb with
maybe a single line of code or perhaps a quick way to add it in the
querybuilder?
The code in VB is so clean right now and adding all these replaces and
changing variable names will take forever and make a mess of the code. Any
suggestions?