I have a program that assigns a text box label to a variable.

If Check22.Value = 1 Then
If Text53.Text = "" Then
Text53.Text = Text38.Text
photo1 = "text53.text"
GoTo 100
End If
End if

I am using this as a tag for the location of the photo I placed in text53. I want to be able to go back and delete the photo I placed in text53 when check22.value = 0

I have tried everything and VB won't take it. It wants to make "photo1" = "" instead of making text53 = ""