Subform Cmd button ignored

Paul Wagner

Registered User.
Local time
Today, 04:59
Joined
May 18, 2004
Messages
48
I have a subform which already uses a combo box w/code in the After Update event. This code works.

When I add another command button to the same form in the On Click event, Access seems to ignore it. I've inserted a test Msg but that is ignored.

Also I believe that debug is somehow turned off as Access won't jump to any highlighted rows for me to see.

Any suggestions or ideas are certainly welcome

Thanks,
Paul W.
 
When I add another command button to the same form in the On Click event, Access seems to ignore it.
Your statement is somewhat confusing. Can you post a couple of screenshots to show what you're talking about? One of the form in design view and one of the code window would possibly be helpful.
 
Try putting the message BEFORE the DoCmd.SetWarnings False.
 

Users who are viewing this thread

Back
Top Bottom