so Day1CreateTime isn't a field on the form with the button to set the date? or is it?<br>If it isn't then try to do your code like such:<br><b>If IsNull(Forms![frmDay1].[Day1CreateTime]) Then<br> Forms![frmDay1].[Day1CreateTime].Value = Now<br>End If<br></b><br><br>but, you might also have to do an OpenForm statement to allow you to append to that table.<br><br>try putting this line first:<br><b><br>DoCmd.OpenForm "frmDay1", acNormal, , , acFormAdd, acHidden<br></b><br>and then this line after:<br><b><br>docmd.Close acForm, "frmDay1"<br></b><br> <p>Brian Famous<br><a href=mailto:bfamous@ncdoi.net>bfamous@ncdoi.net</a><br><a href= > </a><br>