Why rely on them to double-click at all? If you want the date/time to be
populated whenever a record is saved or updated, you can do it with no user
action by placing the code in the Form's BeforeUpdate event. If you use
this method, you should set the locked property of the date/time field to
yes to prevent accidental changes.