Hi,
I have a table which contains a field named 'Group'. I do an insert query through ODBC like this :
INSERT INTO Requests (Group, Department) VALUES ('CAG', 'ITS')
MS Jet refuses this query because of the Group field name. It seems that Jet recognize this as the GROUP BY keyword!
How to bypass that!
Thank You!
I have a table which contains a field named 'Group'. I do an insert query through ODBC like this :
INSERT INTO Requests (Group, Department) VALUES ('CAG', 'ITS')
MS Jet refuses this query because of the Group field name. It seems that Jet recognize this as the GROUP BY keyword!
How to bypass that!
Thank You!