F
Frank Situmorang
Hello,
This is my VBA for pasword in the textbox, How can I make it expires in 15
days after they 1st run it in their computer.
Private Sub txtPassword_AfterUpdate()
If Me.txtPassword = "hfs1754" Then
'Do something
DoCmd.Close
DoCmd.OpenForm "Switchboard"
Else
MsgBox "Password yang dimasukkan salah"
'Do something else
DoCmd.Close
End If
End Sub
Thanks in advance
This is my VBA for pasword in the textbox, How can I make it expires in 15
days after they 1st run it in their computer.
Private Sub txtPassword_AfterUpdate()
If Me.txtPassword = "hfs1754" Then
'Do something
DoCmd.Close
DoCmd.OpenForm "Switchboard"
Else
MsgBox "Password yang dimasukkan salah"
'Do something else
DoCmd.Close
End If
End Sub
Thanks in advance