I am attempting to create a catalog number similar to the decimal system used in a library for the cataloging and organization of computer software.
Each software title is organized into a category (applications, drivers, etc) and each category has sub categories. I want my catalog number to reflect that categoryID and subcategoryID as well as the count of all records in the selected category.
For example, if entering MS Office XP, I would select Applications (ID 1), Productivity Suites (ID 22) and it is the 1st title in Applications to be entered. Its catalog # therefore should be 1.22.1.
Is this possible to acheive and if so how do I approach it? The DB as a decent amount of code, but I have no idea on the approach for this one. Thanks!
Brian
Each software title is organized into a category (applications, drivers, etc) and each category has sub categories. I want my catalog number to reflect that categoryID and subcategoryID as well as the count of all records in the selected category.
For example, if entering MS Office XP, I would select Applications (ID 1), Productivity Suites (ID 22) and it is the 1st title in Applications to be entered. Its catalog # therefore should be 1.22.1.
Is this possible to acheive and if so how do I approach it? The DB as a decent amount of code, but I have no idea on the approach for this one. Thanks!
Brian
