While executing a Access Application/Program, records are inserted into a table. The following INSERT statement was executed:
INSERT INTO table_Import (RecordID, Ctrlno, [Check], CheckDate, Total, ImportDate, Side) VALUES ('3269BEA39C804C15822D826C55F5DAC2', '200605220997', '5006', #5/22/2006#, 8.32, #6/6/2006 10:49:12 AM#, 'FILE')
An error occurs after DB.SQLINSERT statement. What is the problem? In Access, #06/05/06# is valid. Data in the VALUES statement are as defined in the table. I tried to run this INSERT as a View also but errors were received. What is the problem? Thanks in advance for your help!
INSERT INTO table_Import (RecordID, Ctrlno, [Check], CheckDate, Total, ImportDate, Side) VALUES ('3269BEA39C804C15822D826C55F5DAC2', '200605220997', '5006', #5/22/2006#, 8.32, #6/6/2006 10:49:12 AM#, 'FILE')
An error occurs after DB.SQLINSERT statement. What is the problem? In Access, #06/05/06# is valid. Data in the VALUES statement are as defined in the table. I tried to run this INSERT as a View also but errors were received. What is the problem? Thanks in advance for your help!