|
-
Jun 4th, 2010, 12:40 AM
#1
Thread Starter
Lively Member
simple Veriable problem
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 = ""
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|