Search results

  1. A

    calculation in forms

    hi, i have a continous form having a field which is showing 13 records,i want a text box to calculate the aggregate of the field,pls help
  2. A

    how to build a form like this

    i have attached a excel file alongwith this thread and i want to make a form in access 2003 exactly like this,is it possible..
  3. A

    user login form

    i have a table "pdp" containing fields- EmpId,EmpName,EmpPass(i have provided passwords in this field) i have a form "chng password" containing fields- txtEmpPass,txtChngPass,txtConfPass and a command button i want user to input his existing password and new password and confirm...
  4. A

    problem using DlookUp

    i have table "pdp" containing fields - EmpName,EmpId,EmpPass i have a form "chng password" containing fields- textbox with name txtNewEmpPass command button for changing the EmpPass i want DLookUp To return the value of EmpPass from the table "pdp" ,it should compare the value with...
  5. A

    text box trouble

    i have form in which there is a text box.Users put the password in the text box. Problem is,text box remembers the last value entered by any user.So,if a new user opens the form he can open record of the last person logged.i want text box to be empty every time the form opens. wht should i do
  6. A

    using command button to verify user name/pass and open his record

    pls help, i have a table "pdp" containing following fields- Serial Number Employee Id Name EmpPass made a form "Training" containing- combo box-takes values from "pdp" table(Name field) text box-user puts password in it command button-it checks entry made in combo box and text box,verifies it...
Back
Top Bottom