After installing Office 2007 I opend a Access 2000 database.
In a form I have a Command Button with an Event Procedure on the OnClick
event.
The Event Procedure behind the Command Button OnClick will not be fired.
What can be the problem??
NetworkTrade - 16 Nov 2006 23:35 GMT
don't know. But I have run across a button wizard that didn't work before.....
* whip up a macro that does the event.
* go back to that form command button and in it's onclick property tie it
instead to this new macro
it is a work-around I have used successfully when I have run across a button
that isn't firing....although I also would like a more comprehensive fix
answer as well - perhaps an mvp-er will explain what is the issue....

Signature
NTC
> After installing Office 2007 I opend a Access 2000 database.
> In a form I have a Command Button with an Event Procedure on the OnClick
> event.
> The Event Procedure behind the Command Button OnClick will not be fired.
>
> What can be the problem??
Brendan Reynolds - 17 Nov 2006 13:03 GMT
Answered in microsoft.public.access.formscoding

Signature
Brendan Reynolds
Access MVP
> After installing Office 2007 I opend a Access 2000 database.
> In a form I have a Command Button with an Event Procedure on the OnClick
> event.
> The Event Procedure behind the Command Button OnClick will not be fired.
>
> What can be the problem??