FarmboyEsq
Programmer
Hi,
I'm working with an Access database developed under Access 2003. I'm using 2007. I have a form, with a button. The "On Click" event has one line in it - a message box.
It doesn't work. None of my formerly working buttons seems to work. Any tips on where to start? I don't even seem to be firing the event code!
I tried a button on another form that I haven't touched -- nothing. Here's that code:
Private Sub cmdCancel_Click()
DoCmd.Close acForm, "frmGlobalPkgPartDelPrompt"
End Sub
TIA!
Stg
I'm working with an Access database developed under Access 2003. I'm using 2007. I have a form, with a button. The "On Click" event has one line in it - a message box.
It doesn't work. None of my formerly working buttons seems to work. Any tips on where to start? I don't even seem to be firing the event code!
I tried a button on another form that I haven't touched -- nothing. Here's that code:
Private Sub cmdCancel_Click()
DoCmd.Close acForm, "frmGlobalPkgPartDelPrompt"
End Sub
TIA!
Stg