I inserted the following code on current into the form.
Private Sub Form_Current()
If Nz(Me.[ID], 0) = 0 Then
Me.[ID] = DMax("[ID]", "[table1]") + 1
End Sub
I set up a sample table(table1) and I use ID and my shipper number field. However, I am not getting the desired results. I did get...