I need to have an auto number field that is sort of complex. I have a Total of 3 fields: CatID (CategoryID), SubCatNum (Sub Category #), and ProdID (Product #). I want the ProdID to be the auto # but I want it to start from 1001 in every category and sub category.
Example
CatID SubCatNum ProdID
2010 101 1001
2020 101 1001
Those would be to seperate Products. Is this possible?
Example
CatID SubCatNum ProdID
2010 101 1001
2020 101 1001
Those would be to seperate Products. Is this possible?