E
Elecer B.
Hi,
I got error when input any data with quotation mark.
In my case, I am inputting data by a VBA coded form.
But error number 3075 is happen when my data contain any quotation mark.
There is my code:
Dim strReason As String
strReason = Me.Reason
...
.....
DoCmd.RunSQL "INSERT INTO RCNInfo ( Reason ) Values ( " & strReason &
" );"
...
..
That is a sample question, but it is hard to me.
Please, help me. Thanks
Elecer B.
I got error when input any data with quotation mark.
In my case, I am inputting data by a VBA coded form.
But error number 3075 is happen when my data contain any quotation mark.
There is my code:
Dim strReason As String
strReason = Me.Reason
...
.....
DoCmd.RunSQL "INSERT INTO RCNInfo ( Reason ) Values ( " & strReason &
" );"
...
..
That is a sample question, but it is hard to me.
Please, help me. Thanks
Elecer B.