Is it possible to create a write over label that would appear inside a text box? For instance the field [FirstName] would have the word "First" inside the text box in a light gray as a label that would disappear when text is entered.
Is it possible to create a write over label that would appear inside a text box? For instance the field [FirstName] would have the word "First" inside the text box in a light gray as a label that would disappear when text is entered.
Have you considered using a default value for the field
If this helped, please click the star at the bottom left of this posting and add to my reputation. Many thanks.
Bob Fitzpatrick
In the format property of the textbox try enteringCode:@;"First"
To get a grey prompt for this example, set the control forecolor to grey, then the format property could be
This will cause the entered text to be in blackCode:[Black]@;"Enter First Name"