1、重新加载数据:
http://www.foxtable.com/webhelp/topics/1928.htm2、
If c1.Text="" Then
MessageBox.Show("报账日期不能为空","提示",MessageBoxButtons.OK,MessageBoxicon.Question)
return
End If
If b2.Text="" Then
MessageBox.Show("报账村社不能为空","提示",MessageBoxButtons.OK,MessageBoxicon.Question)
return
End If