Question : Access 2007 save date/time when exiting form

I have a form with several text boxes, combo boxes...
The last step is to click on a Save button to close the form.
How do I save the date and time for this record when the Save button is clicked?
Thanks,
Brooks

Answer : Access 2007 save date/time when exiting form

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
Random Solutions  
 
programming4us programming4us