N
Nathon Jones
Hi. I'm, trying to run an Append Query and have the following in my design
SQL view:
INSERT INTO store_inventory VALUES('4054', '1', 'PRODUCT TITLE 14CM',
'4054.jpg', '4.44', 'Product description, 14cm', '55', '5', '0.00', '',
'62\n', '0');
INSERT INTO store_inventory VALUES('4053', '1', 'ANOTHER PRODUCT TITLE
4.5CM', '4053.jpg', '2.64', 'PRODUCT TITLE 4.5CM', '55', '13', '0.00', '',
'62\n', '0');
When I try to save the query, I receive the following error:
"Characters found after end of SQL statement?"
Can someone point out hte obvious to me? Thanks.
Nath.
SQL view:
INSERT INTO store_inventory VALUES('4054', '1', 'PRODUCT TITLE 14CM',
'4054.jpg', '4.44', 'Product description, 14cm', '55', '5', '0.00', '',
'62\n', '0');
INSERT INTO store_inventory VALUES('4053', '1', 'ANOTHER PRODUCT TITLE
4.5CM', '4053.jpg', '2.64', 'PRODUCT TITLE 4.5CM', '55', '13', '0.00', '',
'62\n', '0');
When I try to save the query, I receive the following error:
"Characters found after end of SQL statement?"
Can someone point out hte obvious to me? Thanks.
Nath.