Access学习编程中

来源:互联网 发布:最新网络流行歌曲2017 编辑:程序博客网 时间:2024/06/05 08:44

Form_BeforeUpdate(Cancel As Integer)
    On Error GoTo Form_BeforeUpdate_Err
        If blnCanSave = False Then
            Cancel = True
            Me.Undo