L
Lez
I am trying to get my system to +1 to the last number for invoice purpose. I
have tried:
Private Sub Form_BeforeInsert(Cancel As Integer)
Me.txtinv = Nz(DMax("[invoice#]", "[tblorders]")) + 1
End Sub
But it is not adding 1 to my next number.....has anyone got a better
suggestion?
TIA
Lez
have tried:
Private Sub Form_BeforeInsert(Cancel As Integer)
Me.txtinv = Nz(DMax("[invoice#]", "[tblorders]")) + 1
End Sub
But it is not adding 1 to my next number.....has anyone got a better
suggestion?
TIA
Lez