G
Guest
INSERT INTO tblTicketPriorityHist (TicketID, Priority, When, User) VALUES( 2, '2', #4/22/2004 8:30:15 AM#, 'dcmcspar'
The above statement causes a syntax error when executing VBA but when I paste into a query it runs
I'm using ADO cn.execute statement to run the SQL
Anyone got a clue?
The above statement causes a syntax error when executing VBA but when I paste into a query it runs
I'm using ADO cn.execute statement to run the SQL
Anyone got a clue?