G
Guest
I am writing a program in VB NET and accesiing an Access 2003 database. I
have an ID field in my table that is AutoNumber. In my code, I use and
autogen statement to automatically generate the INSERT, UPDATE, and DELETE
SQL, but when the program runs, it never adds the ID field to the INSERT
statement so I receive Syntax error in INSERT INTO statement.
Please help.
have an ID field in my table that is AutoNumber. In my code, I use and
autogen statement to automatically generate the INSERT, UPDATE, and DELETE
SQL, but when the program runs, it never adds the ID field to the INSERT
statement so I receive Syntax error in INSERT INTO statement.
Please help.