I have put an Unbound text box on a form.
The aim is that extra text is entered into the textbox each time the form is open, either to change data or add data.
Problem I have is when the form is closed then opened again the text disappears how can I get the text to remain in the box.
I have tried DoCmd.Save in the beforeupdate field of the form, and other things but nothing is working.
Any help would be appreciated.
Many Thanks
The aim is that extra text is entered into the textbox each time the form is open, either to change data or add data.
Problem I have is when the form is closed then opened again the text disappears how can I get the text to remain in the box.
I have tried DoCmd.Save in the beforeupdate field of the form, and other things but nothing is working.
Any help would be appreciated.
Many Thanks