ACC: Close Action from Function Does Not Trigger OnClose ErrorID: Q89603
|
Moderate: Requires basic macro, coding, and interoperability skills.
If a form's OnClose property points to a nonexistent Access Basic
function, no error message is generated when you exit the form with a
Close action called from an Access Basic function.
Close the form with a Close action called from a macro rather than with a Close action called from a function.
This behavior no longer occurs in Microsoft Access version 7.0.
Function CloseMe()
DoCmd Close
End Function
Keywords : kbusage FmsEvnt
Version : 1.0 1.1 2.0
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: March 10, 1999