I am having problems finding out how to populate an unbound text box when a user moves from fields on my form. What I want to do is have a "Tips and Help" section that gives the user information about each field on my qbf search form. I have a table setup with all of the information that it is going to populate it with, in a memo field. I have it tried it by using Me.txtHelpNInfo = Me.txtHelpNInfo & "text here". It populates the box on get focus, but on lost focus it wont clear it. I have tried several things, and cannot get it. I may be going about this all wrong, but it was worth a shot.
Thanks in advance,
Jonathan
Thanks in advance,
Jonathan