U
Union_98
Access 2000
Can you use the DISTINCT command when you have two tables
joined? All the examples that I can find show one table
and one field.
The two tables are linked by SSN field and in the second
table there is the possiblity that the SSN was used more
than once (multiple choices in one of the fields). In
other words, Table 1 shows Johnny, SSN#343-34-3456 and in
Table 2, that SSN#343-34-3456 has been Admitted (one
entry) and Enrolled (second entry). Both Admitted and
Enrolled are linked to Johnny by his SSN.
When I try to see if Johnny was Enrolled only, the display
always shows two rows for Johnny - one saying he was
Enrolled and one saying he was Admitted.
I used Select Distinct on Table 1 SSN and then tried it on
Table 2 SSN but it didn't make any difference.
Is there hope for me? *grin*
Debby
Can you use the DISTINCT command when you have two tables
joined? All the examples that I can find show one table
and one field.
The two tables are linked by SSN field and in the second
table there is the possiblity that the SSN was used more
than once (multiple choices in one of the fields). In
other words, Table 1 shows Johnny, SSN#343-34-3456 and in
Table 2, that SSN#343-34-3456 has been Admitted (one
entry) and Enrolled (second entry). Both Admitted and
Enrolled are linked to Johnny by his SSN.
When I try to see if Johnny was Enrolled only, the display
always shows two rows for Johnny - one saying he was
Enrolled and one saying he was Admitted.
I used Select Distinct on Table 1 SSN and then tried it on
Table 2 SSN but it didn't make any difference.
Is there hope for me? *grin*
Debby