Hi all,
I have a text box that when it has a certain text in it that other text boxes will change background.
I did try this, but not very successful
If textbox 1 = "paid" then
textbox2.background = 256 ( or other colour)
else
textbox2.background = 0
end if.
How can I get this to work.
Many thanks,
KP
I have a text box that when it has a certain text in it that other text boxes will change background.
I did try this, but not very successful
If textbox 1 = "paid" then
textbox2.background = 256 ( or other colour)
else
textbox2.background = 0
end if.
How can I get this to work.
Many thanks,
KP