I have a form where I need to use VBA to reset an unbound text box to its default value after the info in the form has been processed. I've tried statements like "Me.txtField=Me.txtField.DefaultValue", but I get the literal value of what's in the default value field. For example, in a year field instead of the current year as a number I get "Year(Date())" in the field. Or for text fields I get the default text in quotes. How can I make this work right? Thanks for any help offered!
Walt
Walt