You can open the table in design mode and set the primary key.
Better solution,
Create the table ONE time with the appropriate indexes and set the primary
key.
Delete the RECORDs from the table
Append records to the table (instead of using a make table)