PDA

Click to See Complete Forum and Search --> : Setting the control source of a text box in VB


Brettrb
Aug 16th, 1999, 11:15 AM
Code:
Me!("TextBoxName").?????? = "Some string"

Is the above right, and then what do you put in for the question marks to have that line input into a text box's control source?

Thanks

Brett Beckett

JHausmann
Aug 16th, 1999, 11:38 AM
Text.

For example,
textboxname.text = "string data"