Re: problem with join
- From: "William Meyer" <meyer.wil@xxxxxxxxx>
- Date: 29 Apr 2008 09:04:20 -0700
Vitali Kalinin wrote:
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.
--
Bill
.
- Follow-Ups:
- Re: problem with join
- From: Vitali Kalinin
- 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
- 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):