problem with join
- From: "William Meyer" <meyer.wil@xxxxxxxxx>
- Date: 29 Apr 2008 07:38:37 -0700
I am trying to do a join on two tables, with this SQL:
select M.CAPID, M.NameLast, M.NameFirst, M.NameMiddle,
M.NameSuffix, MA.CAPID, MA.Addr1, MA.Addr2, MA.City, MA.Zip
from Member M, MbrAddresses MA
LEFT JOIN MbrAddresses MA on M.CAPID=MA.CAPID
I am using a TADODataSet component, which appears to be unhappy with
the command. I tried using an online validator, and it complains at the
field name MA.State. Is there a problem using the name State?
I am trying to import data from a collection of MS Access tables
created elsewhere, and I did not (and cannot) choose the field names.
--
Bill
.
- Follow-Ups:
- Re: problem with join
- From: William Meyer
- Re: problem with join
- Prev by Date: Re: Moving Access queries from a DB to another
- Next by Date: Re: problem with join
- Previous by thread: OEM ANSI problems.
- Next by thread: Re: problem with join
- Index(es):