User name from NT system - 5/30/2001 23:15:00
Hi, I’m in the process of creating a form that will update a MS access database and return a formatted confirmation screen with the values I have updated (ASP). The ASP does not work so I’m ‘sending to other’ and have a DRW with an INSERT statement. All works OK. However, I have been updating the User name from the system as part of the built-in options that the form properties gives (it uses the S-Builtin-Fields="REMOTE_USER"). I’m trying to get that variable into my insert statement and have problems. I did get the sys-time using the now(). Can any help with the username. Thanks Motty
Mojo
Posts: 2443 From: Chicago Status: offline
RE: User name from NT system - 5/30/2001 23:48:00
How about: Request.Servervariables("LOGON_USER")
This will return the NT User Logon Name. Assign it to a variable and INSERT the variable.
Is this what you are after?
Joe
[This message has been edited by jbennett (edited 05-30-2001).]