G
Guest
In Access XP I have merged two tables into a third one using the SELECT INTO
construction. Access changes the respective AutoNumber PK columns’ Indexed
property to False which allows duplicate values. Since I wish to have a
unique identifier column, I used the ALTER TABLE construct to ADD a COUNTER
data type, but since the original PK column retains the AutoNumber type, this
is not possible. I have stayed with the DAO 3.6 Library, so can’t change the
existing AutoNumber Column’s datatype). Is there a workaround for this ?
construction. Access changes the respective AutoNumber PK columns’ Indexed
property to False which allows duplicate values. Since I wish to have a
unique identifier column, I used the ALTER TABLE construct to ADD a COUNTER
data type, but since the original PK column retains the AutoNumber type, this
is not possible. I have stayed with the DAO 3.6 Library, so can’t change the
existing AutoNumber Column’s datatype). Is there a workaround for this ?