I need to import thousands of records into an access database. the table I am importing to has an auto-numbered ContactID feild. I tried importing the data with the ContactID feild blank, but access left it blank too.
Import the records into a temp table first...then run an append query to append them into the table (you don't need to specify anything for the autonumber field, it will just fill it in). Hope that helps.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.