Create Login Form Access Database Part 3



13
143586

==========Attention!! Please================== There was an error on some code. you can fix it by combining criteria LoginID and Password in one criteria under one DLookup. The fixed code is If (IsNull(DLookup("LoginID", "tblworker", "LoginID = '" & Me.txtUserName.Value & "' And password = '" & Me.txtPassword.Value & "'"))) Then MsgBox "Invalid UserName or Password!" Else............................ end if ========================================== Part 2 link here: http://youtu.be/cUjoaxsz92s Part 1 link here: http://youtu.be/sWsTwYuWc1o

Published by: Nana Sara Published at: 10 years ago Category: چگونه