Recent content by redprintz

  1. R

    Need help in data entry forms that increments and should be dynamic.

    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")...
Back
Top Bottom