I am about to start a new project which involves marketing information.
The system data will capture customer product interests.
One difficulty is that the data will be grouped under varying headings and sub headings , so I will need a data structure that will allow varying break ups of products.
For example under Boats I have 2 sub headings, then one sub heading goes into another level of subheadings.
Example 1
---------------------------------------
First Level - Boat
Second Level - Manufacturer
Third Level - Motor Power
Example 2
----------------------------------------
First Level - Boat
Second Level - Size
This means that on one path I have manufacturer data and its sub heading data showing the different motor options available.
On the other path, under boat, I am only showing size information.
I will have many products broken down into anything up to 4 sub heading of information.
I believe a table that contains columns showing heading and subheading is required, were a join to itself will be used to build the top down relationships.
In other words the data within one table should capture data and point to the upper heading level which is another row in the same table.
I have never done this with VB , maybe someone has experience here and can guide me as to the best approach under vb?
Sorry if my description is vague, its the best explanation I can think of for the time being.
Thanks
