G
Guest
I got stuck rather quickly on this one: I recently
programmed a hospital database with all the patient data
in one table linked to a table with all the hospital
admissions in another, the linking key being their HKID
number.
For each entry in the admission table, I have several
tables linked on the HKID and on an autonumber, because
these are unique to each admission, which I (naturally)
kept hidden from the user.
So far so good.
The problem comes in that now the database is to be
expanded to two other hospitals, and every so often, the
two other hospitals are to send their data to the one I'm
working for, and the data is to be collected there for
research. These hospitals do not have a common server
that I can use as a back-end, and the autonumber will
totally screw records up when I want to merge records. So
what is my best bet? - aside from making another field in
the admission table part of the primary key - I'd hate to
do that.
Thanks to anyone who replies. I hope I phrased my
question clearly enough.
Chris
programmed a hospital database with all the patient data
in one table linked to a table with all the hospital
admissions in another, the linking key being their HKID
number.
For each entry in the admission table, I have several
tables linked on the HKID and on an autonumber, because
these are unique to each admission, which I (naturally)
kept hidden from the user.
So far so good.
The problem comes in that now the database is to be
expanded to two other hospitals, and every so often, the
two other hospitals are to send their data to the one I'm
working for, and the data is to be collected there for
research. These hospitals do not have a common server
that I can use as a back-end, and the autonumber will
totally screw records up when I want to merge records. So
what is my best bet? - aside from making another field in
the admission table part of the primary key - I'd hate to
do that.
Thanks to anyone who replies. I hope I phrased my
question clearly enough.
Chris