L
LOST
I have 3 tables. A Resident table, a Doctor table and an Appointment
junction table that joins the Resident and Doctor table (using there PK).
Residents Table:
RESIDENTS_ID, ResidentsFN, ResidentsLN......
Doctors Table:
DOCTOR_ID, DoctorFN, DoctorLN.....
Appointmnet Table:
RESIDENTS_ID, DOCTOR_ID, Date, Time, Comments
Can I create a form that the user can enter appointments using Residents
names and Doctors names instead of their ID's?
I keep getting errors. Either I cannot enter new data or I get the
following I have created a form consisting of the Residents name and then a
subform that consists of the doctors name and appointment information. The
form automatically creates a new DOCTOR_ID(autonumber) and when I try to
change it to a Doctor already entered into the DB it gives this error:
The current field must match the join key '?' in the table that serves as
the 'one' side of one-to-many relationship. Enter a record in the 'one' side
table with the desired key value, and then make the entry with the desired
join key in the 'many-only' table.
How can I create an easy to update appointment form?
junction table that joins the Resident and Doctor table (using there PK).
Residents Table:
RESIDENTS_ID, ResidentsFN, ResidentsLN......
Doctors Table:
DOCTOR_ID, DoctorFN, DoctorLN.....
Appointmnet Table:
RESIDENTS_ID, DOCTOR_ID, Date, Time, Comments
Can I create a form that the user can enter appointments using Residents
names and Doctors names instead of their ID's?
I keep getting errors. Either I cannot enter new data or I get the
following I have created a form consisting of the Residents name and then a
subform that consists of the doctors name and appointment information. The
form automatically creates a new DOCTOR_ID(autonumber) and when I try to
change it to a Doctor already entered into the DB it gives this error:
The current field must match the join key '?' in the table that serves as
the 'one' side of one-to-many relationship. Enter a record in the 'one' side
table with the desired key value, and then make the entry with the desired
join key in the 'many-only' table.
How can I create an easy to update appointment form?