Girls3Mut1
Technical User
I know that Access has a table limit of 32 indexes. I have a table with one primary key and that primary key column is indexed with no duplicates allowed. I have 36 other tables that would like to have a foreign key relationship to this table's primary key. Only 32 are accepted due to the index maximum. Any thoughts on how to deal with this limitation. I have given thoughts to how I might change the database structure, but I think what I have is optimal. Thanks in advance for any help with this.