This problem requires knowledge of recursive procedures, it is a topic not
easy to explain in this format, I suggest you read about recursive procedures
in an algoritms book, like in a visual basic bible type of book, what this
procedure will due is to scan all your table to extract all the levels and
store the results in a temporary table holding the number of levels that you
need, then it will use the stored values in the temp table for the report,
> I am working on a MS Access database to track the sales of a 3 Tier Multi-
> level Marketing system.
[quoted text clipped - 18 lines]
>
> Brent