Check to see if the issue is Private vs. Public and sub vs function
Do you have error handlers set up? It is possible it is never reaching
the code. This is the standard error handler I use.

sub Test()
On Error Goto Err_Test
...

Exit Sub

Err_Test:
Msgbox Error
Exit Sub

You should definitely be able to launch other code and step through code.

--- In [email protected], "Richard Rogers Beasimer"
<[EMAIL PROTECTED]> wrote:
>
> Anybody have any idea why my command button will execute message boxes
> and docmd.openqry but will not execute calls to other subroutines or
> execute code, like creating recordsets and updating records, included as
> part of the command's click event?  
>  
> And, while you're at it, care to venture a guess as to why my app won't
> stop at the breakpoints I put in the code?
>  
> 
> RRB
> 
>  
> 
> 
> [Non-text portions of this message have been removed]
>






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/KIlPFB/vlQLAA/TtwFAA/q7folB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AccessVBACentral/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to