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
Printable View
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
Text.
For example,
textboxname.text = "string data"