Is there a maximum number for an ID field for a table? I have a temporary table, where I am constantly adding and removing entries. If I set the ID to an autonumber, I'm afraid that the ID will get too big and the database will crash. However, I don't really want to go back and change my code to do a manual ID number, but I will if this could be a problem. Anyone know? Thanks!