Restore the backup and link to the table. Then use an append query to add the record to the current table.
Unfortunately the Autonumber may try to continue again from 2. If so, copy the table structure and insert all the records into it. Then delete the old table and rename the new one.