Hi guys, please help, what is wrong with this statement below which i am using on a login form?: below is part of the OnClick Event on the OK button on the login box form. The statement is supposed to check the value of the password in "tblEmployees" to see if this matches the value chosen in...
set UserEnt to CurrentUser? That does not work, is there an error with your syntax perhaps?
Shot in the dark i even tried:
Me.UserEnt = Queries!qry_UserLOG!User
Didn't work too.
Hi guys, first of all see my previous post:
http://www.tek-tips.com/viewthread.cfm?qid=1528369&page=1
Would someone be able to tell me how I can have the username in the "tbl_loginLOG" also entered into a field called "UserEnt" in a form called "frm_history".
This form is used to record the...
As per your comment i've incorporated the Date & Time fields into just one field.
Would you be able to tell me how I can have the username in the tbl_loginLOG also entered into a field called "UserEnt" in a form called "frm_history".
This form is used to record the movement of laptops in and...
Hi guys, i have a login form "frm_logon" whose source is a table "tblemployees" with the fields:
*Emp_ID
*Emp_Name
*Emp_password.
I also have another table called "tbl_loginLOG" which has the fields:
*User (which is a lookup from Emp_Name field in tblEmployees),
*Login_Date
*Login_Time
I...
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.