January 14th, 2000, 09:23 AM
i am making a program that keeps phonenumbers. i want to no if text1 or text2 has anything in it. i used this code but it doesn't seem to work:
dim s as string
if form2.form1 => s then
form2.form2 = text1
else
form2.text1 = text1
end if
' i want to go all the way to twenty textboxes
if form2.text2 >= s then
form2.text3 = text1
end if
How coem this isn't working???
dim s as string
if form2.form1 => s then
form2.form2 = text1
else
form2.text1 = text1
end if
' i want to go all the way to twenty textboxes
if form2.text2 >= s then
form2.text3 = text1
end if
How coem this isn't working???