I am trying to use an unbound text box to display a message based on the contents of a data-entry text box. In the sub associated with the data-entry box, the message text is stored in a string variable, sMessage. I tried simply putting =[sMessage] in the control source for the unbound box, but I get a ?Name error.
Do I need to dim this variable somewhere for it to be available to all of the objects on the form?
Should the unbound box be enabled? Locked?
Do I need some code on the data-entry box that will tell the unbound box to refresh/requery/update?
This question is a follow-up to an eariler posting about how to provide feedback on data-entry input (
Thanks for any tips!
Joe
Do I need to dim this variable somewhere for it to be available to all of the objects on the form?
Should the unbound box be enabled? Locked?
Do I need some code on the data-entry box that will tell the unbound box to refresh/requery/update?
This question is a follow-up to an eariler posting about how to provide feedback on data-entry input (
Thanks for any tips!
Joe