Create Login Form Access Database Part 4



16
115310

==========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("[UserLogin]", "tblUser", "[Userlogin] ='" & Me.txtLoginID.Value & "' And password = '" & Me.txtPassword.Value & "'"))) Then msgbox "............" else ...... end if ================================== user " and ' infront of And. Sorry for confusion. Check out How To Create Login Form at http://www.iaccessworld.com/create-login-form-ms-access/ Download sample file at : http://www.iaccessworld.com/?p=1304

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