ongke0711 > 04-06-22, 11:55 PM
tranthanhan1962 > 05-06-22, 12:44 AM
ongke0711 > 05-06-22, 01:24 AM
(05-06-22, 12:44 AM)tranthanhan1962 Đã viết: Sau khi OK còn hiện thông báo
Private Sub Form_Error(DataErr As Integer, response As Integer)
Select Case DataErr
Case 3022
MsgBox "Nhap trung du lieu", vbCritical + vbOKOnly, "Ân Soft"
Me.TENKHACH.SetFocus
response = acDataErrContinue
Case 2169
response = acDataErrContinue
Case Else
response = acDataErrDisplay
End Select
End Sub