C
Cactus Jack
I need to create a database structure based on an indentured or indexed "Work
Breakdown Structure" (WBS) numbering scheme (i.e. 2.5.15.2.7). The
numbering scheme is based on a max of two digits per level with a max of ten
levels (i.e. 99.99.99.99.99.99.99.99.99.99). I first thought to create my
first initial table with with a 20 digit number colume, and then thought to
build it with ten 2 digit columes, and then thought to use a text colume with
an input mask, and etc. In that most of the data structure will be based on
this primary number I would like to get it started right so I am looking for
thoughts and ideas.
Breakdown Structure" (WBS) numbering scheme (i.e. 2.5.15.2.7). The
numbering scheme is based on a max of two digits per level with a max of ten
levels (i.e. 99.99.99.99.99.99.99.99.99.99). I first thought to create my
first initial table with with a 20 digit number colume, and then thought to
build it with ten 2 digit columes, and then thought to use a text colume with
an input mask, and etc. In that most of the data structure will be based on
this primary number I would like to get it started right so I am looking for
thoughts and ideas.