For appointment availability, client would like to narrow(or filter) doctors by specialty but doctors can have more than 1 specialty. 3 tables involved (Doctor, DoctorSchedule, and DoctorSpecialty). The relationship between Doctor and DoctorSchedule is DoctorCode. The relationship between Doctor and DoctorSpecialty is SpecCode. As it is now, the report is duplicating rows for doctors that have multiple specialties.
They want to see doctor appt availability for doctors of a particular specialty but the specialty is not assigned or stored in the DoctorSchedule table.
What is the best way to link these tables in crystal reports 2013 in order to achieve the goal?
Thanks for any help.