Create Login Form Access Database Part 1
Download sample Access file at :
http://www.iaccessworld.com/?p=1304
==========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.
Part 2 link here :http://youtu.be/cUjoaxsz92s