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...
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 =...
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...
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...
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...
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...
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?
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.