Hello,
Within a form, how to insert into the record the current user name of who altered the record?
Basically, how to put the results of SELECT CURRENT_USER(); into a table (a defined row) at the time the record was altered within the form?
Marcin