Home Forums Microsoft Access Microsoft Access Update Field to current logged in user ID with new record command button RE: Update Field to current logged in user ID with new record command button

  • Within Access you can use the Environ("UserName") function to get the user that is logged into Windows.

    The suser_sname() may return the Domain/UserID if using Windows authentication.