J
Jeff
Hi,
In Excel VBA for a Form there is a QueryClose Event, which
I have used many times & works.
I want to use this same event in Access, however it
doesn't work; it doesnt get triggered.
Even the simple following code does not work:
Private Sub UserForm_QueryClose(Cancel As Integer,
CloseMode As Integer)
Msgbox "Form closing"
End Sub
Nothing happens when form closes.
I even went to Access help & there is help on it yet it
still does not work.
Does Access just not support this Event ?
If so, how can I get it to work ?
Any help would be greatly appreciated.
Thank you,
Jeff
Thank yo
In Excel VBA for a Form there is a QueryClose Event, which
I have used many times & works.
I want to use this same event in Access, however it
doesn't work; it doesnt get triggered.
Even the simple following code does not work:
Private Sub UserForm_QueryClose(Cancel As Integer,
CloseMode As Integer)
Msgbox "Form closing"
End Sub
Nothing happens when form closes.
I even went to Access help & there is help on it yet it
still does not work.
Does Access just not support this Event ?
If so, how can I get it to work ?
Any help would be greatly appreciated.
Thank you,
Jeff
Thank yo