Hi,
I'm having trouble with left outer joint. I have two tables,
Table 1 and Table 2. I need to compare both to make sure that the a record is in both. If no matching record exists I need to see a blank for that field. I tried using isnull, but i'm not getting the desire result. And left outer joint is not working as I have filters set up on the two tables as well.
Table 1 Table 2
Record1 w w
Record2 x
Record3 y y
Record4 z
Thanks.
I'm having trouble with left outer joint. I have two tables,
Table 1 and Table 2. I need to compare both to make sure that the a record is in both. If no matching record exists I need to see a blank for that field. I tried using isnull, but i'm not getting the desire result. And left outer joint is not working as I have filters set up on the two tables as well.
Table 1 Table 2
Record1 w w
Record2 x
Record3 y y
Record4 z
Thanks.