Hello, I want to ask a question:
I got 2 tables:
Patients and Doctors,
Patients table has 3 fields: Patient_ID, Patient_Name, Doctor_ID
Doctors table has 2 fields:Doctor_I D, Doctor_Name
Doctor_ID is the foreign key.
I want to create a form to input new patient, in which the Doctor_Name
can be listed in a pull-down list to let the user select. Could anyone
tell me how can I do that?
Thanks!!
I got 2 tables:
Patients and Doctors,
Patients table has 3 fields: Patient_ID, Patient_Name, Doctor_ID
Doctors table has 2 fields:Doctor_I D, Doctor_Name
Doctor_ID is the foreign key.
I want to create a form to input new patient, in which the Doctor_Name
can be listed in a pull-down list to let the user select. Could anyone
tell me how can I do that?
Thanks!!
Comment