Re: problem with join
- From: "William Meyer" <meyer.wil@xxxxxxxxx>
- Date: 29 Apr 2008 09:32:27 -0700
Vitali Kalinin wrote:
Something like this should work:
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)
Thank you! No more error message!
And better still, I learned something.
--
Bill
.
- 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
- Re: problem with join
- From: Vitali Kalinin
- problem with join
- Prev by Date: Re: problem with join
- Previous by thread: Re: problem with join
- Next by thread: Re: problem with join
- Index(es):