Re: problem with join
- From: "Vitali Kalinin" <vitkalinin@xxxxxxxxx>
- Date: Tue, 29 Apr 2008 19:29:23 +0300
"William Meyer" <meyer.wil@xxxxxxxxx> ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅÅ:
news:48174704$1@xxxxxxxxxxxxxxxxxxxxxxxxx
Vitali Kalinin wrote:Something like this should work:
You have to quote like this: MA.[State]
Thanks!
But, I still have a problem. And unfortunately, the error message says
only that there is a problem with the JOIN.
select Mbr.CAPID, Mbr.NameLast, Mbr.NameFirst, Mbr.NameMiddle,
Mbr.NameSuffix, MbrAddr.CAPID, MbrAddr.Addr1, MbrAddr.Addr2,
MbrAddr.City,
MbrAddr.[State], MbrAddr.Zip
from Member Mbr, MbrAddresses MbrAddr
LEFT JOIN MbrAddresses on Member.CAPID=MbrAddresses.CAPID
I've tried to do it without aliases, as well, and it makes no
difference.
select Mbr.CAPID, Mbr.NameLast, Mbr.NameFirst, Mbr.NameMiddle,
Mbr.NameSuffix, MbrAddr.CAPID, MbrAddr.Addr1, MbrAddr.Addr2,
MbrAddr.City,
MbrAddr.[State], MbrAddr.Zip
from Member Mbr
LEFT OUTER JOIN MbrAddresses MbrAddr on (Mbr.CAPID=MbrAddr.CAPID)
.
- Follow-Ups:
- Re: problem with join
- From: William Meyer
- Re: problem with join
- References:
- problem with join
- From: William Meyer
- Re: problem with join
- From: William Meyer
- Re: problem with join
- From: Vitali Kalinin
- Re: problem with join
- From: William Meyer
- problem with join
- Prev by Date: Re: problem with join
- Next by Date: Re: problem with join
- Previous by thread: Re: problem with join
- Next by thread: Re: problem with join
- Index(es):