needadvice
Programmer
I have a data entry form with a field named [Statement].
The entry in this field is then inserted in a table via an sql insert statement. If the [statement] field contains an apostrophe it woun't insert.
I know it has something to do with strQuote = Chr$(34) but I don't know exactly how to fix this.
Any help greatly appreciated.
The entry in this field is then inserted in a table via an sql insert statement. If the [statement] field contains an apostrophe it woun't insert.
I know it has something to do with strQuote = Chr$(34) but I don't know exactly how to fix this.
Any help greatly appreciated.