Crystal 8.5
Data Source: Advantage SQL
I'm designing Appointment Scheduler output for medical offices. Primary table is APPT.DBF for Date, Time, Appt Reason. Have linked by Patient ID with equal join to PATIENT.DBF to display patient name and date of birth.
I would like to display data from 2 additional tables that may or may not have an associated record. Linked both to APPT.DBF by Patient ID with Left Outer Join.
INSURED.DBF should display insurance carrier name for record with ID "1" only, indicating primary carrier. {INSURED.CO_NAME} if {INSURED.ID}='1'. I am getting the primary carrier name on one record and duplicate records with empty carrier name for patients with multiple insurance records.
PATREF.DBF should display referral authorization number from the most recent (last) referral record, if one exists, {PATREF.REF_AUTH}.
Thanks for any help you can provide,
Ellen
Data Source: Advantage SQL
I'm designing Appointment Scheduler output for medical offices. Primary table is APPT.DBF for Date, Time, Appt Reason. Have linked by Patient ID with equal join to PATIENT.DBF to display patient name and date of birth.
I would like to display data from 2 additional tables that may or may not have an associated record. Linked both to APPT.DBF by Patient ID with Left Outer Join.
INSURED.DBF should display insurance carrier name for record with ID "1" only, indicating primary carrier. {INSURED.CO_NAME} if {INSURED.ID}='1'. I am getting the primary carrier name on one record and duplicate records with empty carrier name for patients with multiple insurance records.
PATREF.DBF should display referral authorization number from the most recent (last) referral record, if one exists, {PATREF.REF_AUTH}.
Thanks for any help you can provide,
Ellen