I have a seperate table to generate consecutive numbers. Using "Dmax" to find the largest number to increment .
My problem is that I want the number to begin at 1000 at the start of each month, deleteing the previous numbers created in the table.
Table : tblNewNum
Field: NewNum
Januarys Contents of field would read ie. 1000, 1001, 1002, 1003 etc
How can I get the first number generated at the start of each month to be 1000?
Hope this makes sense and that there is a solution, I am using MS Access 2000 with XP.
Regards
My problem is that I want the number to begin at 1000 at the start of each month, deleteing the previous numbers created in the table.
Table : tblNewNum
Field: NewNum
Januarys Contents of field would read ie. 1000, 1001, 1002, 1003 etc
How can I get the first number generated at the start of each month to be 1000?
Hope this makes sense and that there is a solution, I am using MS Access 2000 with XP.
Regards
Comment