Hi,
I have a form with an unbound textbox, and would like to change its defaultvalue when its text is modified.
I tried, on lostfocus and afterupdate events:
-textbox.defaultvalue = textbox.text
-textbox.defaultvalue = """" & textbox.text & """"
but when I close and re-open the form, defaultvalue is NOT changed.
Any suggestions?
Thanks in advance.
Jonath