Hello,
I am using formview to pull the data from DB for user to view and edit. I would like to be able to insert system date and username into the DB if user edits the row. I have placed an insert statement into "Update" section of the datasource so that all fields are pre generated when user clicks edit and when submitted it creates a new row in the DB so we can record change history. so I would like to generate the username and updated date fields with system date and system username. any help is appreciated. thanks