Good afternoon!<br><br>How about adding code to the AfterUpdate event to change the default value?<br><br>Private Sub YourFieldName_AfterUpdate()<br> Me!YourFieldName.DefaultValue = Me!YourFieldName<br>End Sub<br><br>I just tested it and it seems to work. Let me know.<br><br>Kathryn<br>
I was interested in trying both of the methods suggested above. Here is what I found...<br><br>The DLast function worked just fine.<br><br>The Me!YourFieldName.DefaultValue=Me!YourFieldName yielded a date value of December 30, 1899. Did anybody else get this strange result?<br>Tom
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.