I am reporting off of an access database using CR bundled with VS.net. There are two tables in my database i.e. Parts table and Package table that essentially have two links between them, and there are two fields in the package table i.e. Parent and Child. THis design allows infinite amounts of nesting of parts into packages and packages into parts. I can decipher between a package and a part by a field in the parts table(by default everything is a part even if it is a package) called style. If style = 0 then it is a part, if style = 2 then it is a package. I am trying to generate a report that for each package i show all children, be them other packages or parts. Anyone ever done anything like this before, I need a shove in the right direction. Thanks in advance
Frank
Frank