Hello Again Byters (hmmm... that sounded better in my head!)!
Question on Primary Keys / Auto numbering.
I want to make sure that each record has its own individual ID (hence primary key) but, I just want to choose the starting point. So, instead of starting with record ID 1, I'd like to start with record ID 1024. (I'm replacing a paper system with an electronic one, but would like to keep going from where I left off).
So, ideally I would like the next record to automatically be record ID 1025.
I'd like to use this number as my primary key to ensure that I have no duplicates in the future from my starting point forward.
HELP! and Thanks!
best,
Question on Primary Keys / Auto numbering.
I want to make sure that each record has its own individual ID (hence primary key) but, I just want to choose the starting point. So, instead of starting with record ID 1, I'd like to start with record ID 1024. (I'm replacing a paper system with an electronic one, but would like to keep going from where I left off).
So, ideally I would like the next record to automatically be record ID 1025.
I'd like to use this number as my primary key to ensure that I have no duplicates in the future from my starting point forward.
HELP! and Thanks!
best,
Comment