If one has a text box named "tbMyTextBox", one would write Me.tbMyTextBox.SetFocus to set the focus to that text box. However, If the name of the text box happens to be stored in a string variable, say strMyTextBoxName, what's the syntax of the SetFocus statement using strMyTextBoxName?