Hi:
How do I use vba to set the current text entered into an unbound form's textbox (txt1) as that control's default value so when I close and open the form again, that value will be the one appears in that textbox. I tried using the after update property of the textbox in question, and using Me.txt1.default Value = Me.txt1.text, but it's not working. Thanks.
How do I use vba to set the current text entered into an unbound form's textbox (txt1) as that control's default value so when I close and open the form again, that value will be the one appears in that textbox. I tried using the after update property of the textbox in question, and using Me.txt1.default Value = Me.txt1.text, but it's not working. Thanks.