missingling, now I have put the code in subform but it doesn't do anything:
Private Sub Form_BeforeUpdate(Cancel As Integer)
If Nz(Me.Frame14, 0) = 0 Then
MsgBox "Incomplete"
Exit Sub
End If
End Sub
Pbadly, I have tried displaying a message box as well but it didn't work as well in the...