Recent content by akshayjoshi222

  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

    hey man,i am making a multi user database for employees,pls suggest me what type of user...

    hey man,i am making a multi user database for employees,pls suggest me what type of user security,login,permissions i should use and how,pls
  4. A

    user login form

    ok,thnks,i have corrected the code,and used update query to change the value
  5. 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...
  6. A

    problem using DlookUp

    thnks,but i want a command to return the value of EmpPass from table "pdp" and store that Value in OldPass,is it possible
  7. 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...
  8. A

    thnks man,u r awesome,u r helping so much,saving my job,thnk u vry much

    thnks man,u r awesome,u r helping so much,saving my job,thnk u vry much
  9. A

    text box trouble

    thnks man,u r awesome,u r helping so much,saving my job,thnk u vry much
  10. 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
  11. A

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

    thnks for evryone's precious time
  12. A

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

    i'm using DoCmd.OpenForm "pdp",,,"[EmpName]=" & Me.EmpName error generates-data type mismatch, what should i do
  13. 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