R
Radhika
I have a database that contains information on a certain number of
individuals during different session. Table 1 'tbl_Tracking_Form1' has
information on sessions 2,4 and 6. Table 2 'tbl_Tracking_Form2' has
information on sessions 1,3 and 5. Table 3 'tbl_General_Info' has demographic
information on all the individuals (those who will eventually attentd
sessions 1,2,3,5,5 and 6). I need to create two reports. One (Report1)
should display all the information on the individuals during session 2, 4 and
6 and another(Report2) that displays all the information on the individuals
during session 1,2,3,4,5 and 6. I created Report 1 for sessions 2, 4 and 6
using a query that linked table 1 and table 3 by each individuals unique ID
#. I am having trouble creating Report2. I tried linking all table 1 and
table 2 to table 3 by each individuals unique ID#, but got different
combinations of session numbers, which is not what i need. How can i link the
tables in a query to create a report that includes information on all
sessions. Thankyou!
individuals during different session. Table 1 'tbl_Tracking_Form1' has
information on sessions 2,4 and 6. Table 2 'tbl_Tracking_Form2' has
information on sessions 1,3 and 5. Table 3 'tbl_General_Info' has demographic
information on all the individuals (those who will eventually attentd
sessions 1,2,3,5,5 and 6). I need to create two reports. One (Report1)
should display all the information on the individuals during session 2, 4 and
6 and another(Report2) that displays all the information on the individuals
during session 1,2,3,4,5 and 6. I created Report 1 for sessions 2, 4 and 6
using a query that linked table 1 and table 3 by each individuals unique ID
#. I am having trouble creating Report2. I tried linking all table 1 and
table 2 to table 3 by each individuals unique ID#, but got different
combinations of session numbers, which is not what i need. How can i link the
tables in a query to create a report that includes information on all
sessions. Thankyou!