Thang0977427268 > 30-06-19, 11:51 PM
tranthanhan1962 > 01-07-19, 12:58 AM
Private Sub Form_Open(Cancel As Integer)
If Date >= #1/1/2920# Then
msgBox “Chương trình đã hết hạn sử dụng”
DoCmd.Quit
End if
End Sub
Private Sub Form_Open(Cancel As Integer)
If Date >= DateSerial(year(Form![login]![subform]. Form![NGAY])+1; Mont(Form![login]![subform]. Form![NGAY]); Day(Form![login]![subform]. Form![NGAY])) then
msgBox “Chương trình đã hết hạn sử dụng”
DoCmd.Quit
End if
End Sub
Private Sub NGAY_AfterUpdate()
If NGAY.Value >= #1/1/2920# Then
msgBox “Chương trình đã hết hạn sử dụng”
DoCmd.Quit
End if
End Sub
Private Sub NGAY_AfterUpdate()
If NGAY.Value >= DateSerial(year(Form![login]![subform]. Form![NGAY])+1; Mont(Form![login]![subform]. Form![NGAY]); Day(Form![login]![subform]. Form![NGAY])) then
msgBox “Chương trình đã hết hạn sử dụng”
DoCmd.Quit
End if
End Sub