saving username is mdb via asp

R

Rick

I am trying to automatically store the username of the
client to a field I have already defined in the mdb when
the user creates a new record via asp script.
 
A

Arvin Meyer

Rick said:
I am trying to automatically store the username of the
client to a field I have already defined in the mdb when
the user creates a new record via asp script.

If you are logged in to the server (not anonymously) as in an intranet, you
can use the following:

Request.Servervariables ("AUTH_USER")

--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top