Automatic Username entry

  • Thread starter Thread starter JenK
  • Start date Start date
J

JenK

My database is secured using MS Security wizard. I would like for the system
to automatically input the logged on username into a field so I know who
entered the data. How do I do this and is it even possible?
 
You can put it in the default value of the box on the form. In this case
write =currentuser()

Cheers
 
Back
Top