Hi there.
I am building a database to hold the information of my private clinic. We are two doctors, each having his own patients. We also provide some imaging services (ultrasound, caridac echo..), which are performed by other physicians.
I created a table with patient info, linked it to a 'patient visits' table, but I stumbled on a problem. Before creating the DB, me and my partner used the same numbering system (starting with patient number 101, going to 102..etc), with separate folders for our paper files. So if I want to make a master patient ID for the clinic containing all patients (mine and my partner's), there will be duplicate numbers. I gave it a try by creating an auto-number field and making the original numbering as a separate field, only to find out that my no. 110 patient is linked to my partner's 110's patients visits. Given the fact that I can't ditch the old numbering system, I was wondering: how can I make this master ID table containing all our patient's, after which I can use the 'visits' table to classify them according to visit types to make the DB more efficient instead of making a patient ID table for every service which would lead to duplicates (a patient can see me, and then do an ultrasound by Doctor X for example)?
Could the answer be a custom ID? something like 110-A, where the suffix 'A' refers to doctor A, B to doctor B ans so on? An how can I do it?
I'm not familiar with VB codes..so bear with me
Sorry if I sound ambiguous. I really appreciate your help.
I am building a database to hold the information of my private clinic. We are two doctors, each having his own patients. We also provide some imaging services (ultrasound, caridac echo..), which are performed by other physicians.
I created a table with patient info, linked it to a 'patient visits' table, but I stumbled on a problem. Before creating the DB, me and my partner used the same numbering system (starting with patient number 101, going to 102..etc), with separate folders for our paper files. So if I want to make a master patient ID for the clinic containing all patients (mine and my partner's), there will be duplicate numbers. I gave it a try by creating an auto-number field and making the original numbering as a separate field, only to find out that my no. 110 patient is linked to my partner's 110's patients visits. Given the fact that I can't ditch the old numbering system, I was wondering: how can I make this master ID table containing all our patient's, after which I can use the 'visits' table to classify them according to visit types to make the DB more efficient instead of making a patient ID table for every service which would lead to duplicates (a patient can see me, and then do an ultrasound by Doctor X for example)?
Could the answer be a custom ID? something like 110-A, where the suffix 'A' refers to doctor A, B to doctor B ans so on? An how can I do it?
I'm not familiar with VB codes..so bear with me

Sorry if I sound ambiguous. I really appreciate your help.