INSERT statement to MS Access
Hi,
I am trying to insert this into my database but because of the speech mark I keep getting an error
INSERT INTO database (field1, field2) VALUES ('Don't do that', 'Stop it')
The ' in (don't) means I keep getting an SQL error. Is there anyway round this.
Thanks
Dave

