Re: Parenthasis issue
- From: Smartin <smartin108@xxxxxxxxxxx>
- Date: Thu, 11 Jan 2007 19:53:15 -0500
Eek!
Try this, then post your findings
Press Alt+F11 to open the VBA editor
Press Ctrl+G to navigate to the Immediate window
Type the following:
? currentdb.QueryDefs("<the name of your query>").SQL
Include quotes in the above.
Another possibility:
Navigate to the Documenter (might be Tools | Analyze | Documenter)
Click the Queries tab and select the problematic query
Click OK
The document report should reveal the SQL of the query
HTH!
Phil wrote:
I'm in Design View. When I try to go to SQL View it won't let me because of the error. Can I get around this? Sorry, I'm a newbie.
Phil
"Jeff Boyce" wrote:
Phil
If you don't post a copy of the SQL, we can only guess...
Regards
Jeff Boyce
Microsoft Office/Access MVP
"Phil" <Phil@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:710EED7C-959B-4102-BA4D-64FE380135D7@xxxxxxxxxxxxxxxxI have a standalone query that works. When I cut and paste it into an
existing query that works I start getting a parenthasis error. It says I have
an extra closing parenthasis ")". I have two pairs of them. Just to test I
took each one out individually and each time it tells me I'm missing a
closing parenthasis. I'm guessing its a badly worded IBM error message. Any
idea what is wrong?
Thanks.
Phil
--
Smartin
.
- References:
- Re: Parenthasis issue
- From: Jeff Boyce
- Re: Parenthasis issue
- Prev by Date: Re: Make Table Query
- Next by Date: Re: Parenthasis issue
- Previous by thread: Re: Parenthasis issue
- Next by thread: Re: Parenthasis issue
- Index(es):
Relevant Pages
|