Hi.
I have the following code after update
For intCnt = 1 To 12000
rst.FindFirst "[reqno]=" & intCnt
If rst.NoMatch Then
Me.ReqNo = intCnt
DoCmd.RunCommand acCmdSaveRecord
My problem is that on the 1st day of every year it continue get the next number, and not begins from no 1 again.
Can someone helps please.
Thanks
I have the following code after update
For intCnt = 1 To 12000
rst.FindFirst "[reqno]=" & intCnt
If rst.NoMatch Then
Me.ReqNo = intCnt
DoCmd.RunCommand acCmdSaveRecord
My problem is that on the 1st day of every year it continue get the next number, and not begins from no 1 again.
Can someone helps please.
Thanks