Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form Caption Formating

Status
Not open for further replies.

nwprog

Technical User
Nov 19, 2007
24
US
I was wondering if there is anyway to control the Caption of a form based on a control input. Until the rest of my project is ready I need a way to identify the location of the trouble call while the form window is minimized. I've been trying to get the Form Caption to display the gate number, from the gate control, but thus far I have not succeeded. Any ideas?
 
Use
Me.Caption = Me.YourField

you could us it in various of events, if you are using a combo box to select records the use it un the after update of the combo box.

if you are using next record buttons it could go in the on click event of the button

Hope this helps

Jimmy


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top