Can anyone tell me what this code does and how it works?
I think it is adding a number in sequence for each part
number added to a form and putting the number in a table. I
am trying to understand how this works.
I think it is adding a number in sequence for each part
number added to a form and putting the number in a table. I
am trying to understand how this works.
Code:
Private Sub Form_BeforeInsert(Cancel As Integer)
Forms!ECNBCNVIPfrm.Seq = Forms!ECNBCNVIPfrm.Seq + 1
Me.Seq = Forms!ECNBCNVIPfrm.SeqEnd Sub