F
Frank Dulk
How to do to change that procedure for him to be faster.
Dim ContSelos As Integer
ContSelos = DCount("*", "QryContSelosInsp", "")
If ContSelos < 1 Then
MsgBox " That stamp doesn't belong to that inspector ", vbCritical
Me.Undo
End If
End Sub
Dim ContSelos As Integer
ContSelos = DCount("*", "QryContSelosInsp", "")
If ContSelos < 1 Then
MsgBox " That stamp doesn't belong to that inspector ", vbCritical
Me.Undo
End If
End Sub