Search results

  1. S

    Extract First Name from Username for Welcome Screen

    Hi there. I have a module that pulls the user name in the firstname.lastname format. This is the module (module name is fosUserName): Public Function GetUser() As String Dim WNet As Object Set WNet = CreateObject("WScript.Network") GetUser = WNet.UserName End Function I...
  2. S

    UserName and Password for a DB

    Good morning all. I would like to implement a login form to my DB. I have a table db-users with three fields: empID; empName; empPassword I have a form with an unbound combo box: cmbdbUserName And I have a text box: txtPassword where the user will type in their password. cmdDBLogin is the...
  3. S

    How do I capture the windows log on information of a user using a database?

    I was hoping someone could help me with this. I have several data entry forms in my DB. What I would like to do is capture the windows user name of the people adding records and changing records. How do I go about doing that? I was think of an on change event to a given field that would then...
  4. S

    Adding onbeforeupdate vb code to account for missing required fields

    Hi there. I am new to this forum, but not new to Access (using 2010 at the moment). That said, I am new to VB. I need code that I can incorporate with the code below, that will notify a user when required fields are left blank so that they have to go back and fill it in before updating the...
Back
Top Bottom