S
Sharon
Good Afternoon,
I have a database with one table called Referring Providers. I have a
control, "referring provider id" which I defined as an autonumber and primary
key.
Another table and form called "Daily Patient Visit Info" uses this
"referring provider id" so that each new "daily patient visit" also records
the "referring provider id". (And I am not repeating all the same information
in the table).
Question One: Primary Key Autonumber - Is it the best choice for discrete ID
number?
I am preparing my database to be used by up to 6 different users at
different locations - so I will plan on doing the front end and back end
solution.
Before I do that if possible I wanted to "clean-up" the autonumber primary
key field if it is the best choice moving forward. I have approximately 3600
records, with a couple of huge autonumber gaps, that I think were created
during some early update queries. I am not worried about the gaps themselves
but would like to enter less digits, the autonumber jumped to a 6 digit entry.
I did read a few of the solutions on the discussion groups and still thought
I would post. I did experiment with adding a new number field and renumbering
manually a couple hundred records changing from 6 to 4 digit numbers.
Question 2:
If autonumber/primary key is the best solution for this, I need to have the
new autonumber field start with record number 3860. What would be the
simplest way to do this?
Thank you!
Sharon
I have a database with one table called Referring Providers. I have a
control, "referring provider id" which I defined as an autonumber and primary
key.
Another table and form called "Daily Patient Visit Info" uses this
"referring provider id" so that each new "daily patient visit" also records
the "referring provider id". (And I am not repeating all the same information
in the table).
Question One: Primary Key Autonumber - Is it the best choice for discrete ID
number?
I am preparing my database to be used by up to 6 different users at
different locations - so I will plan on doing the front end and back end
solution.
Before I do that if possible I wanted to "clean-up" the autonumber primary
key field if it is the best choice moving forward. I have approximately 3600
records, with a couple of huge autonumber gaps, that I think were created
during some early update queries. I am not worried about the gaps themselves
but would like to enter less digits, the autonumber jumped to a 6 digit entry.
I did read a few of the solutions on the discussion groups and still thought
I would post. I did experiment with adding a new number field and renumbering
manually a couple hundred records changing from 6 to 4 digit numbers.
Question 2:
If autonumber/primary key is the best solution for this, I need to have the
new autonumber field start with record number 3860. What would be the
simplest way to do this?
Thank you!
Sharon