I'm using VB and an "Insert Into" statement. My only problem is that some of my field values have a single quote in them because they are possessive. I keep getting errors because my value will be as such:
Insert Into Table1([Field1]) Values('Ford's').
Anyone have an idea on how I can get around this?
Insert Into Table1([Field1]) Values('Ford's').
Anyone have an idea on how I can get around this?