Automatic Username entry

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?
 
P

Paolo

You can put it in the default value of the box on the form. In this case
write =currentuser()

Cheers
 
Top