C
conoroneill
Guest
I am creating a medical database and I am using a main form and a sub form. (patient details and attendances)
I want to use it so that when a patient is created in the main form with a unique "Patient number" as the primary key that this number is linked to their firstname last name :
date of birth :and address so that
1. when on the sub form for attendances if you type in patient number the rest of the details come up automatically and
2. that you cannot have 2 records with the same firstname last name :date of birth :and address etc.
any ideas ????
I want to use it so that when a patient is created in the main form with a unique "Patient number" as the primary key that this number is linked to their firstname last name :
date of birth :and address so that
1. when on the sub form for attendances if you type in patient number the rest of the details come up automatically and
2. that you cannot have 2 records with the same firstname last name :date of birth :and address etc.
any ideas ????