For making a membership form Text boxes,command buttons
For making a membership form Text boxes,command buttons
Rate For making a membership form Text boxes,command buttons
(1(1 Vote))
'SUBMIT-Button .caption
if text1.text="" or text2.text="" or text3.text="" or text4.text="" or text5.text="" or combosex.text="" or combocountry.text="" or text6.text="" or text7.text="" or text9.text="" then
msgbox"Please Complit The Form !!",vbinformation,"Message Alert"
end if
end sub
private sub command2_click
'RESET-Button Name
text1.text=""
text2.text=""
text3.text=""
text4.text=""
text5.text=""
combosex.text=""
combocountry.text=""
text6.text=""
text7.text=""
text8.text=""
text9.text=""
end sub
For making a membership form Text boxes,command buttons Comments
No comments yet — be the first to post one!
Post a Comment