please help
Private Sub Command7_Click()
If IsNull(Me.Text0) Then
MsgBox "please enter oldpassword", vbininformation, "warning"
Me.Text0.SetFocus
ElseIf IsNull(Me.Text2) Then
MsgBox "please enter Password", vbininformation, "warning"
Me.Text2.SetFocus
Else
'process the job...