I
Ivor Williams
I've been using Access for a number of years and have been writing simple
VBA code successfully for a number of those years with much help from this
forum. I just started using the 2007 version and have encountered an issue
I've never come across before. None of the controls I add to forms are
functioning properly, if at all. As an example, I added a command button to
the form and using the wizard set the OnClick event to open a form. Clicking
on the button does nothing. I also created a basic combo box using the
wizard to "Find a record on my form based on the value I selected in the
combo box". Changing the value in the combo box is supposed to trigger the
AfterUpdate event, causing the form to display the record chosen. This
doesn't happen, either. Ideas?
Ivor
VBA code successfully for a number of those years with much help from this
forum. I just started using the 2007 version and have encountered an issue
I've never come across before. None of the controls I add to forms are
functioning properly, if at all. As an example, I added a command button to
the form and using the wizard set the OnClick event to open a form. Clicking
on the button does nothing. I also created a basic combo box using the
wizard to "Find a record on my form based on the value I selected in the
combo box". Changing the value in the combo box is supposed to trigger the
AfterUpdate event, causing the form to display the record chosen. This
doesn't happen, either. Ideas?
Ivor