Re: Why isn't this left join query working
- From: john.melbourne@xxxxxxxxx
- Date: 29 Mar 2007 05:29:19 -0700
You're correct that I edited the SQL (sorry - I had a brainwave that
qry would be confusing) but there was no where clause.
SELECT qryAUM2.Geography, qryAUM2.Product, qryAUM2.AssetClass,
qryAUM_PropSplit3.Asset, [AUM_Value]*[Perc] AS AUM
FROM qryAUM2 LEFT JOIN qryAUM_PropSplit3 ON (qryAUM2.AssetClass =
qryAUM_PropSplit3.OrigAsset) AND (qryAUM2.Product =
qryAUM_PropSplit3.Product) AND (qryAUM2.Geography =
qryAUM_PropSplit3.Geog);
.
- Follow-Ups:
- Re: Why isn't this left join query working
- From: john . melbourne
- Re: Why isn't this left join query working
- References:
- Why isn't this left join query working
- From: john . melbourne
- Re: Why isn't this left join query working
- From: Michel Walsh
- Why isn't this left join query working
- Prev by Date: Re: Column Total
- Next by Date: Re: Why isn't this left join query working
- Previous by thread: Re: Why isn't this left join query working
- Next by thread: Re: Why isn't this left join query working
- Index(es):
Relevant Pages
|
|