If In If
Posted: Mon Mar 01, 2010 12:11 pm
Hi Need Some Help For A Game Im Making I Need To Make An If Inside An If Thanks In Advanced.
Example:
If Textbox1.text = "y" then
if me.colour = "blue" then
textbox1.text = "b"
end if
end if
Example:
If Textbox1.text = "y" then
if me.colour = "blue" then
textbox1.text = "b"
end if
end if