insert username as default field

  • Thread starter Thread starter mike
  • Start date Start date
M

mike

Hi. I'd like to add a field to a table that will
automatically add the user's name to a field so that I can
keep track of who entered the new data. Any suggestions
would be great! Thanks!!
 
Do all data entry/editing in forms where you can set the default to a
function that returns the user's name. You can also run event code in the
before update event.
 
Duane, thanks. How would the function look?
-----Original Message-----
Do all data entry/editing in forms where you can set the default to a
function that returns the user's name. You can also run event code in the
before update event.

--
Duane Hookom
MS Access MVP





.
 
Back
Top