I have contonous form and in form header I have Textbox (its not bounded to any table). I need, that text would stayed in Texbox, when I close/open Form/database. Have any Ideas?
Create a new form that holds the text box and make your existing from a subform of the new form. Bind the new form to the table with one field and
leave the subform bound to your existing table or query.