to get to the report click on the printer image at the bottom of the pagetest.zip
to get to the report click on the printer image at the bottom of the pagetest.zip
First, why multiple tables for drugs? I would have one table.
Drugs
DrugName
DrugDosage
Cause of data duplication in report is the report RecordSource is a join of General table to 2 tables, to each of which General has 1 to many relationship. Create a MRN section. Put General data in the header and notes data in a subreport in the footer. Medications section isn't really needed. Move that data to Detail section.
The Date field in Notes is labeled as Initial Start Date in the Notes form but you are calling it Discontinue Date in the report. Which is it - start or discontinue?
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
Ok that didnt work report recordsource joins all the records together. Instead separating my notes table and my current meds table? What do i do next? And for the date field ill fix that later.test_be_Backup.zipFirst, why multiple tables for drugs? I would have one table.
Drugs
DrugName
DrugDosage
Cause of data duplication in report is the report RecordSource is a join of General table to 2 tables, to each of which General has 1 to many relationship. Create a MRN section. Put General data in the header and notes data in a subreport in the footer. Medications section isn't really needed. Move that data to Detail section.
The Date field in Notes is labeled as Initial Start Date in the Notes form but you are calling it Discontinue Date in the report. Which is it - start or discontinue?
I said the problem is that the RecordSource joins table General to two child tables, each with many related records. The implication in my comment was you need to remove Notes from RecordSource query. Then I said to have the Notes records as a subreport. Your report does not show either of these suggestions were implemented, although you did create the MRN group section.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
Ok got it to work thank youI said the problem is that the RecordSource joins table General to two child tables, each with many related records. The implication in my comment was you need to remove Notes from RecordSource query. Then I said to have the Notes records as a subreport. Your report does not show either of these suggestions were implemented, although you did create the MRN group section.