I need to record who and when a record was updated. I found the event after update but I'm not sure how to refer to field name on the page. Could someone tell me the code to refer to the modifyby & modifydatatime fields?
For example in Access I would write this:
me.modifyBy = me.username
me.modifydatetime = now()
I know this isn't Access but that's all the coding I know. Sorry.