I would ask for clarification if I have enough comments to comment, but here are some thoughts:
MyTextboxName, . . :
dim MyTextBoxName as Control
. , . , , Controls ( Access Forms):
Private Sub SetIntialToggleValue(ByRef ControlName As String)
MsgBox Form.Controls(ControlName).Value
End Sub