User Profile

Collapse

Profile Sidebar

Collapse
balouch
balouch
Last Activity: Mar 9 '11, 07:29 AM
Joined: Mar 8 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • balouch
    started a topic How do I compate the Form value with Table .

    How do I compate the Form value with Table .

    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...
    See more | Go to post

  • 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...
    See more | Go to post
No activity results to display
Show More
Working...