Hi
Private Sub Command2_Click()
If Text1.Text = " " And Text2.Text = "" Then
MsgBox "textbox is empty "
End If
End Sub
The above if-else statement doesnt seems to work
Anyone can detect anything wrong with the code?
|
Results 1 to 7 of 7
Threaded View
|
Click Here to Expand Forum to Full Width |