Tagging records with the user that created them

I need to automatically capture the user logged in (current user session) upon creation of records on a table. Basically, I want to know who created the record. No luck finding an article about this. Can anyone help?

Brilliant! That should do it. Thanks, Julian.

The way I normally do this is to create a connection to the Accounts / Users object and then use a record rule on the view creating the record to set the value of this to the currently logged in user.

Hope this helps!