D Douglas J. Steele Oct 1, 2007 #2 Dim strControlName As String strControlName = "txtField1" MsgBox "The content of " & strControlName & _ " is " & Me.Controls(strControlName)
Dim strControlName As String strControlName = "txtField1" MsgBox "The content of " & strControlName & _ " is " & Me.Controls(strControlName)