M
Marty
Howdy,
I am just starting to look at Access 2007 (having used 2002 previously).
My trial system has just one table and one form. The form was automatically
generated from the underlying table, but I added a button called "Test" that
should display a Msgbox message when clicked. (After positioning the button
on the form I had the system add the Test_Click() procedure header by using
the Events tab in the button's properties dialog). However, when I click on
the button nothing happens. When I set a break point on this procedure name,
it fails to produce a break. Also, when I add "Form_Current" or
"Form_BeforeUpdate" logic these procedures never seem to fire. Do I have to
do something to tell Access to turn on it's events logic?
Marty
I am just starting to look at Access 2007 (having used 2002 previously).
My trial system has just one table and one form. The form was automatically
generated from the underlying table, but I added a button called "Test" that
should display a Msgbox message when clicked. (After positioning the button
on the form I had the system add the Test_Click() procedure header by using
the Events tab in the button's properties dialog). However, when I click on
the button nothing happens. When I set a break point on this procedure name,
it fails to produce a break. Also, when I add "Form_Current" or
"Form_BeforeUpdate" logic these procedures never seem to fire. Do I have to
do something to tell Access to turn on it's events logic?
Marty