I have few tables, 3 of them is tblPt, tblPtlog and tblDrs,
tblPt contains patient general info eg dob, address, phone no., etc, PtName is primary
tblDrs contains doctors’ name, doctors’ specialty, clinic, etc, DrName is Primary
and tblPtlog contains day of patient visiting, which doctor they visiting and doctor’s specialty, etc, ID is Primary
in tblPtlog, doctors name are get from tblDrs and present as a drop down list,
is it possible that, after I select doctor from drop down list, it will automatic change the doctor specialty relatively?
and how?