Parenthasies
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 22 articles for 0.166 sec
Thanks guys, I re-did the query in SQL View, got a different error and posted it seperately. Thanks. Phil "Jeff Boyce" wrote: > Phil > > If you aren't able to pull up a copy via the approaches Smartin offers, are > you willing to step away from it and just re-do the queries? > > I suppose another possibility (though lower likelihood of success) would be > to open a new Access     

Group: microsoft.public.access.queries · Group Profile · Search for Parenthasies in microsoft.public.access.queries
Author: Phil
Date: Jan 11, 2007 17:43

Phil If you aren't able to pull up a copy via the approaches Smartin offers, are you willing to step away from it and just re-do the queries? I suppose another possibility (though lower likelihood of success) would be to open a new Access database and attempt to import the offending query. Have you already saved a backup copy and run Compact & Repair. Regards Jeff Boyce Microsoft
Show full article (1.71Kb) · Show article thread
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     

Group: microsoft.public.access.queries · Group Profile · Search for Parenthasies in microsoft.public.access.queries
Author: Jeff Boyce
Date: Jan 11, 2007 17:00

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@discussions.microsoft.com> wrote in message news:710EED7C-959B-4102-BA4D
Show full article (1.46Kb)
Phil If you don't post a copy of the SQL, we can only guess... Regards Jeff Boyce Microsoft Office/Access MVP "Phil" <Phil@discussions.microsoft.com> wrote in message news:710EED7C-959B-4102-BA4D-64FE380135D7@microsoft.com... >I 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 >     

Group: microsoft.public.access.queries · Group Profile · Search for Parenthasies in microsoft.public.access.queries
Author: Smartin
Date: Jan 11, 2007 16:53

I 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?
Show full article (1.39Kb) · Show article thread
Hello, I know this is an old post, but I was having this error as well. I was linking external data (in Excel) to Visio shapes. It worked and saved fine until I added a new row to my Excel file that had a negative value in it. As soon as I took out the value in the Excel file it worked perfectly. "Aaron Rykhus [MSFT]" wrote: > I still don't get the error when saving, based on     

Group: microsoft.public.access.queries · Group Profile · Search for Parenthasies in microsoft.public.access.queries
Author: Phil
Date: Jan 11, 2007 16:31

Hi Albert, Here's what I ended up with. There are just a few anomalies which we can manage manually. Thanks for all your help. Dan Sub test9997() 'First Part number in parenethasis On Error Resume Next Dim colFiles As New Collection 'To hold file names Dim strFile As Variant 'To capture the file hame Dim intFile As Integer 'To count
Show full article (0.89Kb) · Show article thread
"dan dungan" <stagerobber@yahoo.com> wrote in message news:00fa084a-dc7a-41d3-b11d-08f97f4d75b6@u6g2000prc.googlegroups.com... > I've been attempting to loop > through the file looking for a parenthasis, but I haven't figured out > how yet. Right, but does "other" data have "(" or ")" in it also? How can you tell one line of junk data from that of a legetiate line of where the file name     

Group: microsoft.public.access.queries · Group Profile · Search for Parenthasies in microsoft.public.access.queries
Author: Jeff Boyce
Date: Jan 11, 2007 16:07

Hi Jeff, My big problem right now is that I don't know how to find the line in the file that holds the part number. I've been attempting to loop through the file looking for a parenthasis, but I haven't figured out how yet. For Each strFile In colFiles strPath = Left(strFile, InStrRev(strFile, "\")) 'Close intFile 'Close strFile Open strFile For Input As
Show full article (0.67Kb) · Show article thread
    

Group: microsoft.public.access.queries · Group Profile · Search for Parenthasies in microsoft.public.access.queries
Author: Phil
Date: Jan 11, 2007 15:57

Show full article (0.41Kb)
    

Group: microsoft.public.visio.general · Group Profile · Search for Parenthasies in microsoft.public.visio.general
Author: Theresa Hardy
Date: Jun 25, 2008 11:46

Show full article (1.82Kb) · Show article thread
    

Group: microsoft.public.access.externaldata · Group Profile · Search for Parenthasies in microsoft.public.access.externaldata
Author: dan dungan
Date: Jun 9, 2008 11:20

Show full article (1.93Kb) · Show article thread
    

Group: microsoft.public.access.externaldata · Group Profile · Search for Parenthasies in microsoft.public.access.externaldata
Author: Albert D. Kallal
Date: Jun 6, 2008 08:20

Show full article (1.91Kb) · Show article thread
    

Group: microsoft.public.access.externaldata · Group Profile · Search for Parenthasies in microsoft.public.access.externaldata
Author: dan dungan
Date: Jun 4, 2008 16:22

Show full article (0.88Kb) · Show article thread
1 · 2 · 3 · next