I am building a database that tracks the movement of personnell records. If a record is checked out or not is displayed in a check box. The ID# for each personnel record is primary key so you don't have duplicate entries for each personnel record. I need to figure out how to set up a date field to show the last time the record was changed. Tried using a expression but that doesn't mean that i was doing it right. <br><br>example:<br><br>Record A is checked out to person B on 1/1/2000. When it comes back on 1/3/2000, and the box to show that it is checked out is changed, i need to date field "Date Checked In/Out" to update to the current date of 1/3/2000.<br><br>Thanks in advance<br><br>Dynapen