I am having difficutly getting Access to allow data entry into MySQL tables when an autonumber has been assigned in the MySQL tables. Do I have to have an autonumber on the MySQL side? and if so how do I get Access to read it and write it to the form.
Verify that your SQL table has a primary key. SQL needs every table to have one for transaction processing.
Also, make sure your Access query contains this field. You should then be able to update and insert in your form.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.