C
cmk
I have 3 simple tables. The first table has one unique field tied to the
second table. The Second table has three fields tied to the third table. The
tables are joined by left outer joins. When I run the query, a couple of the
records show up more than one time - b/c the field in the first table sees
that it is in the second table two times, thus I get four records. Instead
of two. Any ideas on what I need to do
second table. The Second table has three fields tied to the third table. The
tables are joined by left outer joins. When I run the query, a couple of the
records show up more than one time - b/c the field in the first table sees
that it is in the second table two times, thus I get four records. Instead
of two. Any ideas on what I need to do