This question was posed to me, Is there a way we can tell when a record was entered? Thanks
T ThomP Jan 7, 2009 #1 This question was posed to me, Is there a way we can tell when a record was entered? Thanks
D Douglas J. Steele Jan 7, 2009 #2 Only if you store that information. You can add a CreatedDtm field to your table and set its Default Value to Date() or Now(). (Now includes both Date and Time). You won't be able to tell for any records already in the table, though.
Only if you store that information. You can add a CreatedDtm field to your table and set its Default Value to Date() or Now(). (Now includes both Date and Time). You won't be able to tell for any records already in the table, though.