How can I set the caption of a form to a textbox value. I want the caption to change as the records change.<br><br>Ex: txtJobNumber = 00-100<br><br> Form Caption: Job Number: 00-100<br><br> txtJobNumber = 00-101<br><br> Form Caption: Job Number: 00-101<br><br>Thanks to all<br><br>