E
Eric Wolfe
I've been looking for a simple way to insert the current date and time into
a record in an open table. It must work with any date formatted field that
the user wants to fill.
I'm able to do this when the record is first opened by setting default value
to =Format$(Now(),"dd-mmm-yyyy") but I'd like to be able to have a key that
I could press that would insert today's date and time into a date/time field
when directly editing a table.
I've tried a lot of things in the Macro window that I thought should have
worked, but haven't. Any pointers will be appreciated.
Thanks in advance,
Eric
a record in an open table. It must work with any date formatted field that
the user wants to fill.
I'm able to do this when the record is first opened by setting default value
to =Format$(Now(),"dd-mmm-yyyy") but I'd like to be able to have a key that
I could press that would insert today's date and time into a date/time field
when directly editing a table.
I've tried a lot of things in the Macro window that I thought should have
worked, but haven't. Any pointers will be appreciated.
Thanks in advance,
Eric