Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Importing a text while and saving the autonumber field

Status
Not open for further replies.

PKM

Technical User
Jun 26, 2002
17
US
Access 97 -

I am exporting tables from one database and importing them into another database.
The export is text, comma delimited, with quotes around the text.
When I import a few of the tables, I want to preserve the autonumber in the autonumber field of the orginal table. But when I import as an autonumber field it reassigns the number starting with one.
In the new database I can not change the field type.

Thank You [elephant]
 
Try copy the table you want to export as backup, change auto number to long interger, and then export.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top