展开全部
在你使用文本框数据的过程中加入判断代码,如:
Private Sub Command1_Click()
If Len(Trim(Text1.Text)) = 0 Then
MsgBox "不能为空!"
Text1.SetFocus
Exit Sub
End If
If Trim(Text1.Text) = 0 Then
MsgBox "不能为零!"
Text1.SetFocus
Exit Sub
End If
'这里写你要执行的代码
End Sub
Private Sub Command1_Click()
If Len(Trim(Text1.Text)) = 0 Then
MsgBox "不能为空!"
Text1.SetFocus
Exit Sub
End If
If Trim(Text1.Text) = 0 Then
MsgBox "不能为零!"
Text1.SetFocus
Exit Sub
End If
'这里写你要执行的代码
End Sub
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询