Invalid Bracketing of name

User avatar
HansV
Administrator
Posts: 78631
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: Invalid Bracketing of name

Post by HansV »

What if you enter

SELECT * FROM PamM_Table

in the Command Text (SQL) box of the Query Manager?

If that doesn't help, try assigning a drive letter to the V:\CORPDATA17\RES\Cross Affiliates\AACDB ACCESS Database folder. Let's say you use Z:. You could then use

SELECT * FROM "T:\AACDB_Current_Database.mdb".PamM_Table PamM_Table

SELECT * FROM "Z:\AACDB_Current_Database.mdb".PamM_Table PamM_Table
Last edited by HansV on 19 May 2011, 19:01, edited 1 time in total.
Reason: to correct error
Best wishes,
Hans

Reimer
3StarLounger
Posts: 233
Joined: 10 Feb 2010, 19:17

Re: Invalid Bracketing of name

Post by Reimer »

Hans,

Did you mean SELECT * FROM "Z:\AACDB_Current_Database.mdb".PamM_Table PamM_Table?
Chuck Reimer
(I'm from the Government and I'm here to help) ;-)

User avatar
HansV
Administrator
Posts: 78631
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: Invalid Bracketing of name

Post by HansV »

Yes, sorry, I'll correct my reply.

Thanks! :thankyou:
Best wishes,
Hans