A
an
I think lack the further down line, where
.... (?)
to work fine.
Private Sub Form_BeforeUpdate(Cancel As Integer)
Dim strMsg As String
If IsNull(Me.FileName) Or _
IsNull(Me.Path) Or _
IsNull(Me.Ponto) Then
strMsg = msgbox("There are field without data. Do
you to continue?", vbYesNo)
If strMsg = vbNo Then
Me.Undo
If strMsg = vbYes Then
' goto next field (Path)
... (?)
End If
End If
End If
End Sub
.... (?)
to work fine.
Private Sub Form_BeforeUpdate(Cancel As Integer)
Dim strMsg As String
If IsNull(Me.FileName) Or _
IsNull(Me.Path) Or _
IsNull(Me.Ponto) Then
strMsg = msgbox("There are field without data. Do
you to continue?", vbYesNo)
If strMsg = vbNo Then
Me.Undo
If strMsg = vbYes Then
' goto next field (Path)
... (?)
End If
End If
End If
End Sub