Use 'Now() to get the current system date and time;<br>optionally use, Format("mm/dd/yyyy h:m:s",now()), to format the value as you choose. Store this in a field having the 'Date' data type.<br><br>to update the record, usage is like: <br><br>"Update [tablename] set [datestamp]=#"& now() &"# where ID=" & UniqueNumericKeyForRecordBeingUpdated<br><br>or...<br> <br>"Update [tablename] set [datestamp]=#"& now() &"# where ID=""" & UniqueTextKeyForRecordBeingUpdated &""""<br><br> <p>Amiel<br><a href=mailto:amielzz@netscape.net>amielzz@netscape.net</a><br><a href= > </a><br>