For the username you could either pull the Network Username and use it
directly, or use a table to cross-reference the Network Username with the
user's real name. One way or another you can automate the whole thing by
using the Network username and the code for that can be found at:
http://www.mvps.org/access/api/api0008.htm
As for the date/time when the record is created. In your form design, set
the default value for the date/time control to =date()
--
Hope this helps,
Daniel Pineault
http://www.cardaconsultants.com/
For Access Tips and Examples:
http://www.devhut.net
Please rate this post using the vote buttons if it was helpful.
"wishfulthinking" wrote:
> I have a form set up to track what the calls we recieve are about. There are
> 15ish people that will be using the form and I was wondering if there is a
> way to have the form auto fill the name of the user creating the new record,
> the way it is set up to auto fill the date and time the new record is
> created. This would prevent anyone from accidently clicking on the wrong
> name if set it up as a list box. Please advise if this can be done and how.