C
cc96ai
MsAccess 2003,
we set primary key as AUTO INCREMENT,
e.g .
ID :
1 , 2, 3, 4, 5, 6, 7, 8, 9, 10
once we deleted 4,5,6
will become
1 , 2, 3, 7, 8, 9, 10
have any way that we can reorder the ID again ?
become
1,2,3,4,5,6,7
any suggestion ?
or we MUST retrieve the data and insert back into a new table ??
we set primary key as AUTO INCREMENT,
e.g .
ID :
1 , 2, 3, 4, 5, 6, 7, 8, 9, 10
once we deleted 4,5,6
will become
1 , 2, 3, 7, 8, 9, 10
have any way that we can reorder the ID again ?
become
1,2,3,4,5,6,7
any suggestion ?
or we MUST retrieve the data and insert back into a new table ??