Search results

  1. N

    simple question regarding Dlookup

    Im sorry.This is the code.Im very new to this.All im trying to do is to validate the id,password and email address that the user enters on a login form. If Me.Password.Value = DLookup("Password", "table1", _ "[ID]=" & Me.txtid.Value) Then 'Close login form and open another form...
  2. N

    simple question regarding Dlookup

    Hey,im sorry to turn this around but i have a simple question.Im currently working on a login form.ive got the code i want to validate the id,email adress and password of a user using DLookup.but the trouble is ,after it validates it adds the entered data into the table! so in the end I have...
  3. N

    Validation rule with date and child table

    oops........sorry.:)
  4. N

    Table and Query updates

    Hey,im sorry to turn this around but i have a simple question.Im currently working on a login form.ive got the code i want to validate the id,email adress and password of a user using DLookup.but the trouble is ,after it validates it adds the entered data into the table! so in the end I have...
  5. N

    Validation rule with date and child table

    Hey,im sorry to turn this around but i have a simple question.Im currently working on a login form.ive got the code i want to validate the id,email adress and password of a user using DLookup.but the trouble is ,after it validates it adds the entered data into the table! so in the end I have 2...
Back
Top Bottom