Command button Event procedure in Access 2007

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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??
 
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....
 
Back
Top