Hi All,
I'm trying to insert record to Access DB to a tbale that contains
its first field as AutoNumber field using the following command:
And it gives me the following error: "Number of query values and destination fields are not the same".
As far as I'm understand I don't need to add the first field because it's AutoNumber, So why this error is always appearing?
Please Help,
10x
I'm trying to insert record to Access DB to a tbale that contains
its first field as AutoNumber field using the following command:
Code:
"INSERT INTO Threads VALUES (" + category + "')";
As far as I'm understand I don't need to add the first field because it's AutoNumber, So why this error is always appearing?
Please Help,
10x
Comment