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 Westi 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: *

  • Users: duhu
  • Order by date
  1. duhu

    Whats wrong with this statement?

    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...
  2. duhu

    Log/Track Changes Made by Users to Tables

    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.
  3. duhu

    Log/Track Changes Made by Users to Tables

    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...
  4. duhu

    COPY FIELD VALUE FROM FORM TO ANOTHER FIELD ON A TABLE

    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...
  5. duhu

    COPY FIELD VALUE FROM FORM TO ANOTHER FIELD ON A TABLE

    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...

Part and Inventory Search

Back
Top