Element101
02-29-2004, 11:12 AM
Is there anyway to say in VB:
If there is text in text1 then
put the text in text2?
If there is text in text1 then
put the text in text2?
Text Box QuestionElement101 02-29-2004, 11:12 AM Is there anyway to say in VB: If there is text in text1 then put the text in text2? John 02-29-2004, 11:30 AM If Trim$(Text1.Text) <> "" Then Text2.Text = Text1.Text |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum