I have a MySQL database which has several tables. In some of the tables, the primary key is an autonumber. I need to convert this db to an Access db and maintain the ID for the table as that ID is related to other tables. Is there a way to convert MySQL to Access and still maintain the integrity of the ID field with the field set to AutoNumber? If I try to import the data, I can set the ID field as the PK, but I cannot set it to AutoNumber so that it will continue to increment as rows are added.
Any help would be greatly appreciated!
Any help would be greatly appreciated!