I want to Compare username and Password with table-usertable with two field username and password.
how can i do this??
If Me.txtPassword. Value = DLookup("strEmp Password", "tblEmploye es", _
"[lngEmpID]=" & Me.cboEmployee. Value) Then
lngMyEmpID = Me.cboEmployee. Value
'Close logon form and open splash screen
DoCmd.Close...
User Profile
Collapse
-
How do I compate the Form value with Table .
-
I want to create a logon form in Access with code of VB
I am trying to write this code by do not work?
dim name1 as string
dim pass1 as string
if(me.name="") then
msgbox "Please enter your Name",,"Warning "
else
name1=me.name
else if(name.pass="" ) then
msgbox"Please enter your Pass",,"Warning "
else
pass1=me.pass
else if(name="abc" and...
No activity results to display
Show More