Hello,
I have three text boxes in a form - I want to combine the values entered in two of the text boxes and a message onto the third text box. Ineed help in creating the third text box that should display
= "Error Type is" [Forms]![FormName]![Control1]; "Code is" [Forms]![FormName]![Control2]
I am not sure how to display the text as well as the values from other controls to a SINGLE control. Can we use SetProperty? If so, what is the technique? I want it to be a bound control.
Please let me know if this is possible.
Thank you so much for your time and help.