G
Guest
Hi,
I am exporting data from MS Excel into a table that has three major fields
-- Item(memo datatype), CSI field and a keywords field. CSI and Keywords are
not uniques, and though Item field is unique, it's very large (>256 char) and
it's ridiculous to have that as a primary key. I therefore decided to have
Autonumber as a primary key. Note that the items in my worksheet are not
random, but are written in a sequenced order. I now have a problem. If I want
to add a new data item somewhere in the middle of the table, I cannot do it,
since the numbering is fixed by the Autonumber key which is locked. It was
easy doing in Excel (all you had to do was "Insert in the correct record
position" without worrying about any primary key). How do I go about it??
I am exporting data from MS Excel into a table that has three major fields
-- Item(memo datatype), CSI field and a keywords field. CSI and Keywords are
not uniques, and though Item field is unique, it's very large (>256 char) and
it's ridiculous to have that as a primary key. I therefore decided to have
Autonumber as a primary key. Note that the items in my worksheet are not
random, but are written in a sequenced order. I now have a problem. If I want
to add a new data item somewhere in the middle of the table, I cannot do it,
since the numbering is fixed by the Autonumber key which is locked. It was
easy doing in Excel (all you had to do was "Insert in the correct record
position" without worrying about any primary key). How do I go about it??