J
Jon S via DotNetMonster.com
Hi all,
Please can someone tell me what's wrong with the following INSERT INTO
statement. The error message return that an 'INSERT INTO syntax error' I
have a feeling that it is because of the 'Sensor offset' field name having a
space between the two names, although it is like that in the MS Access 2000
database that I'm using? But I would like someone to clarify or suggest the
problem.
da_Target.InsertCommand.CommandText = "INSERT INTO Layouts (Name,Picture,
Sensor offset) VALUES ('David',' ',7)";
Thank you.
Please can someone tell me what's wrong with the following INSERT INTO
statement. The error message return that an 'INSERT INTO syntax error' I
have a feeling that it is because of the 'Sensor offset' field name having a
space between the two names, although it is like that in the MS Access 2000
database that I'm using? But I would like someone to clarify or suggest the
problem.
da_Target.InsertCommand.CommandText = "INSERT INTO Layouts (Name,Picture,
Sensor offset) VALUES ('David',' ',7)";
Thank you.