Re: DDL-Adding Autonumber limit
- From: mcescher <chris.meinders@xxxxxxxxx>
- Date: Mon, 25 Jun 2007 12:22:22 -0700
On Jun 1, 3:33 am, "'69 Camaro" <ForwardZERO_SPAM.To.
69Cam...@xxxxxxxxxxxxxxxxxxxxxx> wrote:
Hi, Chris.
I'm trying to add a PK to a newly imported text file.. . .
Is there a way to force Access to go forward anyway?
Yes. You already have the import specification, so you know exactly what
the column names are, the data types, and the column sizes. Therefore,
import the text file into a pre-existing, empty table where you've already
added the ID column as the primary key. Each new record imported into the
existing table will have the ID column automatically incremented, so there's
no need to lock records while the Autonumber column and primary key
constraint are being added to the table later.
HTH.
Gunny
Seehttp://www.QBuilt.comfor all your database needs.
Seehttp://www.Access.QBuilt.comfor Microsoft Access tips and tutorials.
Blogs:www.DataDevilDog.BlogSpot.com,www.DatabaseTips.BlogSpot.comhttp://www.Access.QBuilt.com/html/expert_contributors2.htmlfor contact
info.
Sorry, I didn't say thank you sooner. This was a top notch solution.
Thanks!!!
Chris M.
.
- Follow-Ups:
- Re: DDL-Adding Autonumber limit
- From: '69 Camaro
- Re: DDL-Adding Autonumber limit
- References:
- Re: DDL-Adding Autonumber limit
- From: '69 Camaro
- Re: DDL-Adding Autonumber limit
- Prev by Date: Re: I did a dumb thing.
- Next by Date: Re: I did a dumb thing.
- Previous by thread: Re: DDL-Adding Autonumber limit
- Next by thread: Re: DDL-Adding Autonumber limit
- Index(es):
Relevant Pages
|