Dear experts,
I would like to have a time stamp for each record showing the creation time/date of the record.
When following the description:
office.microsoft.com/en-us/access-help/add-a-date-or-time-stamp-to-new-records-HA010235849.aspx
the outcome is, that each record shows the creation time/date of the record created before, which is not exactly what I want.
I know this can be handled on form level (in the AfterInsert event), but I think it would be more elegant on table level. (Because obviously it has to be done in every form if there are multiple forms for the same table, and I it wouldn't work if somebody bypassed the form)
Am I missing something?
Thanks in advance, W
I would like to have a time stamp for each record showing the creation time/date of the record.
When following the description:
office.microsoft.com/en-us/access-help/add-a-date-or-time-stamp-to-new-records-HA010235849.aspx
the outcome is, that each record shows the creation time/date of the record created before, which is not exactly what I want.
I know this can be handled on form level (in the AfterInsert event), but I think it would be more elegant on table level. (Because obviously it has to be done in every form if there are multiple forms for the same table, and I it wouldn't work if somebody bypassed the form)
Am I missing something?
Thanks in advance, W
Last edited: