Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sjanssen

    ACCESS database password login form

    THank you all!!! Duane, my button for opening the Switchboard works whether I'm entering the correct password or not. The table containing employee info consist of three variables. 1. ID 2. EmployeeName 3. Password. And here is my syntax for the txtpassword box Private Sub...
  2. sjanssen

    ACCESS database password login form

    thank you Duane and Andy. Please forgive my lack of Access knowledge. Duane, here is what I put in the code for txtpassword. But I know nothing of VBA, so I don't know that it's correct Private Sub txtpassword_AfterUpdate() Me.cmdOpenSwitchboard.Enabled = (Me.txtpassword =...
  3. sjanssen

    ACCESS database password login form

    I have a combo box for the employee name. It's a drop down. They can select their name from the list. Then I have a text box where they enter their password. Bot employee name and employee password are from the same table, which I've named tblemployees. Then I have a login command button...
  4. sjanssen

    ACCESS database password login form

    In Access, I have created a form for entering an employee name and a corresponding password. The fields on the form reference an employee table which contains the employee name and their password. I have a command button for "Login" which should only work under the condition that the password...
  5. sjanssen

    Access cascading combo box help :)

    thank you so much! this did the job! :)
  6. sjanssen

    Access cascading combo box help :)

    I have a form with which I'm trying to create a cascading combo box. The form will contain two drop down boxes, one for vehicle make and one for vehicle model. I would like to be able to set the model to be contingent upon the make. For example, if I pull down Toyota, I only want to see Camry...
  7. sjanssen

    Access cascading combo box....help please :)

    I have a form with which I'm trying to create a cascading combo box. The form will contain two drop down boxes, one for vehicle make and one for vehicle model. I would like to be able to set the model to be contingent upon the make. For example, if I pull down Toyota, I only want to see...
  8. sjanssen

    watermark in FM Pro

    We are attempting to watermark our FM Pro database. I have inserted a .jpg image and "sent to back", and that works just fine if we only need to simply print. However, when we export to PDF, the "watermark" does not stay. Any ideas?
  9. sjanssen

    truncate an alpha field

    I am trying to change a middle name field, so that instead of returning the full middle name, it only returns the first initial. It appears that the "truncate" function only works for numerical data. Does anyone know what function to use for alpha field?

Part and Inventory Search

Back
Top