The form is based upon a table? Does the table have a field to store the Date/Time value?
Let's assume the field is named fldDateTime
Add the field to your form (anywhere) and set its Visible property to No
On the Click event of the Save button add
Me.fldDateTime = Now()
OM Gang