I've read all the previous posts on this topic but they don't seem to work for me. Here's my problem:
I have a form set up that has PatientInfo in a main form and ClinicalInfo in a subform. I also have a report that has the PatientInfo as the main report and ClinicalInfo as a subreport.
I want to put a button on my form that will print the report containing the main PatientInfo and then the related ClinicalInfo. This is a many to one relationship with many Clinical records for each Patient record. I want to print a specific Clinical record for a specific Patient.
Thus, the actual record to be printed has 2 unique IDs: PatientID and VisitNo.
Any ideas how I can set up a print button that allows this to happen?
I have a form set up that has PatientInfo in a main form and ClinicalInfo in a subform. I also have a report that has the PatientInfo as the main report and ClinicalInfo as a subreport.
I want to put a button on my form that will print the report containing the main PatientInfo and then the related ClinicalInfo. This is a many to one relationship with many Clinical records for each Patient record. I want to print a specific Clinical record for a specific Patient.
Thus, the actual record to be printed has 2 unique IDs: PatientID and VisitNo.
Any ideas how I can set up a print button that allows this to happen?