Hi
Please can i get a pointer on the syntax for JET sql
FOR ms access 2007 , i would like to run a script where there are multiple value inserts to various columns in the same Table
The script currently is as follows:
__________________________________
INSERT INTO [tblPcw]
(PCW, PCW DESCRIPTION,PCW Cat)
VALUES ('20252','BONDS BANKING BOOK',' ');
___________________________________________________________
The ' ' quotation marks at the end of the statement represent an empty string value
Any assistance on this will be greatly appreciated
Kind regards
Please can i get a pointer on the syntax for JET sql
FOR ms access 2007 , i would like to run a script where there are multiple value inserts to various columns in the same Table
The script currently is as follows:
__________________________________
INSERT INTO [tblPcw]
(PCW, PCW DESCRIPTION,PCW Cat)
VALUES ('20252','BONDS BANKING BOOK',' ');
___________________________________________________________
The ' ' quotation marks at the end of the statement represent an empty string value
Any assistance on this will be greatly appreciated
Kind regards