I want am trying to do is in my form there will be a integer field numbers to exclusive forms. If someone was to go back into the form and re-edit it I DO NOT want the integer field to have to same number How would I go about writing this?
'
Here s my code

If A.Value="Martha" Then
TempEntBldValue = EntBld.Value ///integer field
EntBld.Value = TempEntBldValue
MsgBox "Invalid Value"
End if
End Sub