In my current form I have two boxes that require data to be entered. One is the user's ID number and the other is the date. The date box is currently setup so that when a new record is created is automatically puts in today's date.
I would like to get it so that on modification of the current record(on_dirty) that the UserID box clears itself and the date automatically updates to the current date. How can I do that??
I would like to get it so that on modification of the current record(on_dirty) that the UserID box clears itself and the date automatically updates to the current date. How can I do that??