G
Guest
Here is the test code;
DoCmd.RunSQL ("insert into tbl_QuoteItems (QuoteID, Note) values (1,1000);")
I get run-time error 3134. If i remove the 'Note' field which is data type
memo and remove the value the insert works fine.
Thanks for any help i can get on this...
Jim
DoCmd.RunSQL ("insert into tbl_QuoteItems (QuoteID, Note) values (1,1000);")
I get run-time error 3134. If i remove the 'Note' field which is data type
memo and remove the value the insert works fine.
Thanks for any help i can get on this...
Jim