I have three subs that control the flow of my data entry table
This sub increments the cedula_no + 1 after a form is saved and printed
Private Sub Form_Current()
UsingSaveButton = False
if Me.NewRecord = True Then
Me.cedula_no = Nz(DMax("cedula_no", "cedula_tbl")...