Need help in creating MS Access database for MLM Tracking

  • Thread starter Thread starter Brent Taylor via AccessMonster.com
  • Start date Start date
B

Brent Taylor via AccessMonster.com

I am working on a MS Access database to track the sales of a 3 Tier Multi-
level Marketing system.

I have created a table to track a new RepID and a SponsorID. I have created
a query that will show the Sponsor and all of their reps but I am not sure
how to show the reps that the second tier has sponsored.

Example:

RepID 0011 SponsorID 0010
RepID 0012 SponsorID 0010
RepID 0013 SponsorID 0010

The above is easy but I am not sure how to get:

RepID 0014 SponsorID 0013 and his SponsorID 0010

Does anyone have any idea of a good way to do this?

Thank you,

Brent
 
Hi,


I am a little bit late, but is that not a case of having TWO records for
RepID = 0014:

RepID SponsorID
0014 0013
0014 0010




Hoping it may help,
Vanderghast, Access MVP
 
Back
Top