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

  • Yes!!!

    That will suffice. Thank you so much!!!!!!

    It Works!

    Public Function GetWindowUser() as String

    GetWindowUser = Environ("USERNAME")

    End Function