FIRST A THANK YOU TO EVERYONE WHO HAS HELPED ME IN THIS NEW ENDEAVOR OF MINE! WITHOUT YOUR HELP, I WOULD STILL BE ON PAGE ONE!
Now to my current problem: I have a report with a Sub-Reports inside of it. The query for the main part of the report is a link between table_1 and Table_2 as follows:
Table_1 has:
- SSN (This is the relationship field)
- Last_Name
- First_Name
Table_2 has:
- SSN (This is the relationship field)
- Event_Date
- Event_Remarks
The relationship is all records from Table_2 and only those from Table_1 that match. The result is five records for myself having all six fields shown.
Using the report wizard, and grouping on last_name, I end up with five records, shown five times. (i.e.
Myself (Group)
Event 1
Event 2
Event 3
Event 4
Event 5
Myself (Group)
Event 1
Event 2
Event 3
Event 4
Event 5
Myself (Group)
Event 1
Event 2
Event 3
Event 4
Event 5
etc.)
What am I doing wrong?
Thanks. H. Jessen
"Now I know more, and I feel dummer"
Now to my current problem: I have a report with a Sub-Reports inside of it. The query for the main part of the report is a link between table_1 and Table_2 as follows:
Table_1 has:
- SSN (This is the relationship field)
- Last_Name
- First_Name
Table_2 has:
- SSN (This is the relationship field)
- Event_Date
- Event_Remarks
The relationship is all records from Table_2 and only those from Table_1 that match. The result is five records for myself having all six fields shown.
Using the report wizard, and grouping on last_name, I end up with five records, shown five times. (i.e.
Myself (Group)
Event 1
Event 2
Event 3
Event 4
Event 5
Myself (Group)
Event 1
Event 2
Event 3
Event 4
Event 5
Myself (Group)
Event 1
Event 2
Event 3
Event 4
Event 5
etc.)
What am I doing wrong?
Thanks. H. Jessen
"Now I know more, and I feel dummer"