![]() |
Sergey Kornilov admin 5/31/2007 |
select * from A
|
H
|
hlewis author 5/31/2007 |
select * from A
|
![]() |
Sergey Kornilov admin 5/31/2007 |
Why don't you just post your query here along with exact error message? |
H
|
hlewis author 5/31/2007 |
Ok, query listed below: |
J
|
Jane 6/1/2007 |
Hi, ... [account.creation_date]as [creation_date1] From [account] inner join [customer_listing] on account.account_id = customer_listing.account_id inner join [subscriptions_current] on account.account_id = subscriptions_current.account_id inner join [partner_listing] on account.account_id = partner_listing.account_id |
H
|
hlewis author 6/1/2007 |
Hi, |
![]() |
Sergey Kornilov admin 6/1/2007 |
Two things:
|
H
|
hlewis author 6/1/2007 |
Thanks Sergey. Took the later MS Access route and worked fine. Think the square brackets were getting me confused. The resulting query syntax didn't seem to different to what I had tried? Nevertheless, I understand the MS Access querying far better so will stick with that from now on. |