ive never used crystal reports before. ive been messing with it today and created some basic basic reports with the report expert. i cant get it to do what i want though.
i have 3 tables. the main table is the patient table
it is linked to the patient_illness table via patient Id.
there is an illnesses table that contains a list of illnesses and is linked to the patient_illness table via illness_id.
i want the report to look like this:
patient name, address, phone
illness_name, details
illness_name, details
illness_name, details
i cant get it to only select the data i want. it keeps displaying data like this:
patient_name, address, phone, illness_name, illness_id, details
patient_name, address, phone, illness_name, illness_id, details
patient_name, address, phone, illness_name, illness_id, details
patient_name, address, phone, illness_name, illness_id, details
patient_name, address, phone, illness_name, illness_id, details
also , rather than having to speicfy the select parameters when i actually design the report, how to i set it so that the report will be populated based on whatever patient_id i pick at runtime?
i have 3 tables. the main table is the patient table
it is linked to the patient_illness table via patient Id.
there is an illnesses table that contains a list of illnesses and is linked to the patient_illness table via illness_id.
i want the report to look like this:
patient name, address, phone
illness_name, details
illness_name, details
illness_name, details
i cant get it to only select the data i want. it keeps displaying data like this:
patient_name, address, phone, illness_name, illness_id, details
patient_name, address, phone, illness_name, illness_id, details
patient_name, address, phone, illness_name, illness_id, details
patient_name, address, phone, illness_name, illness_id, details
patient_name, address, phone, illness_name, illness_id, details
also , rather than having to speicfy the select parameters when i actually design the report, how to i set it so that the report will be populated based on whatever patient_id i pick at runtime?