When creating a new table, Access seems to alway automatically create a field called ID, that is an autonumbered field. If I already have a primary key such as "account number" then should I just eliminate the ID field? I recently ran into tons of problems with type mismatch errors and with exports to Excel exporting the record's ID number for a looked up field contents rather than the value itself. While there may be other ways to track down these headache problems, I sense the simplest is to just strip out the ID field in the first place so errors are less likely when modifying the database tables and reports.