I am creating a small internal database for tracking projects etc. I have set up so that the project is assigned an ID upon entry. For example A_1 would be for Admin IT_2 for IT etc.
As each Project will have sub tasks I need to then assign task numbers in increment starting from 1
So A_1.1 A_1.2 etc but I don't know how to reset the incremental counter for each project. Any help on this would be great thanks.
As each Project will have sub tasks I need to then assign task numbers in increment starting from 1
So A_1.1 A_1.2 etc but I don't know how to reset the incremental counter for each project. Any help on this would be great thanks.