Re: Update table from form combo



Gaetanm wrote:
It looks like there is a misplaced " in the WHERE portion of the SQL
statement. Before you run a procedure, compile it first to look for syntax
[quoted text clipped - 5 lines]

Gaetanm

Kingston
Thanks for reminding me about Debug. In the code (( Where
Access appears to put it in as (("Where

I Delete it it comes back. I even pasted your code in and Access added the "
Any Ideas why

Gaetanm
Kingston

Sorry on the previous post that should have been
WHERE ((" and the " is being added after the WHERE ((

Gaetanm

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-formscoding/200611/1

.



Relevant Pages

  • Re: Update table from form combo
    ... compile it first to look for syntax ... the EmployeeID in your example. ... Thanks for reminding me about Debug. ...
    (microsoft.public.access.formscoding)
  • Re: Debug Vs Release
    ... > If I compile that code in debug mode then dissassemble the EXE, ... > private static void Main(stringargs) ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Segfault City
    ... it will at least compile if you just use gcc -o foo foo.c, ... "Use the following syntax: %s"), ... have anybody doing quality assurance of the code -- which, ...
    (comp.lang.c)
  • Re: Getting a stack trace from a running application
    ... Unfortunately, the only infromation they can provide is a memory address, which is pretty useless as it doesn't tell me if my main exe is the culprit or if it's some dll or ocx or whatever. ... If you compile the the program with debug information, the debugger will show the responsible line of your code that caused the error. ...
    (comp.lang.basic.visual.misc)
  • Re: copymemory basic question
    ... I have used that technique before; that is, put a MessageBox in a VC program ... workspace and then debug the program without using the MessageBox or MsgBox. ... > - Compile and save. ... not able to show anything due to the optimization. ...
    (microsoft.public.vb.winapi)