I have written some code that prompts for input and then passes the results to an unbound text box. I have included code to keep the old result if there is no new data entered or if cancel is selected. All works fine except when the form is closed and reopened. Once reopened, the unbound text box no longer contains the text string that was there previously, eventhough the form data was saved. What am I doing wrong?