Darth Vodka
Registered User.
- Local time
- Today, 17:45
- Joined
- Sep 25, 2007
- Messages
- 344
i have a table with 3740 records in it
i do a query and outer join this table with a query and it produces LESS records = 3733

now i always assumed (never assume it makes an "ass" out "u" and "me" !) that the records would be the same as the table you were joining from, obviously i've assumed wrongly, but why?
the query i'm using as my lookup query is grouped and i think that is causing me problems...if i turn it into a table, it works as expected

and i check the obvious: no filters or SELECT DISTINCT...
any suggestions/explanations welcome
i do a query and outer join this table with a query and it produces LESS records = 3733
now i always assumed (never assume it makes an "ass" out "u" and "me" !) that the records would be the same as the table you were joining from, obviously i've assumed wrongly, but why?
the query i'm using as my lookup query is grouped and i think that is causing me problems...if i turn it into a table, it works as expected
and i check the obvious: no filters or SELECT DISTINCT...
any suggestions/explanations welcome