Is it possible to time stamp a date in a memo field?
I want this to work so that any time a person wants to add a comment to a record, a date is automatically stamped in before the comment in the memo field.
No, what you want to do is create two columns. A 'timestamp' column & a memo column. Set the default value of the 'timestamp' column to Date() & do not allow users to edit existing records. Users should always create a new entry, & as such they you will automatically have the date/time of insertion. You could even log the user who entered the record using Environ("UserName"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.