The tables have the following relationship:
APPOINTMENT(one) ------> CLINICIAN(many)
They are linked by Appointment-ID in each table.
How do I tell Crystal to retrieve only the first record
in the CLINICIAN table for every APPOINTMENT so that there is only one detail record for each Appointment.
Also, are there special variables to indicate if a record is the first in a Group, the first record in the result set or the last record in the result set.
Thanks
APPOINTMENT(one) ------> CLINICIAN(many)
They are linked by Appointment-ID in each table.
How do I tell Crystal to retrieve only the first record
in the CLINICIAN table for every APPOINTMENT so that there is only one detail record for each Appointment.
Also, are there special variables to indicate if a record is the first in a Group, the first record in the result set or the last record in the result set.
Thanks