Hello Experts,
I am creating a database (taking help from experts-exchange)
Currently I have these tables,
1.People
PeopleID
Name
isSuperAdmin
2.Society
SocietyID
SocietyName
3.SocietyPeople
PeopleID
SocietyID
IsSocietyAdmin
What I need to track is, which SuperAdmin created SocietyAdmin member.
And which SuperAdmin/SocietyAdmin creates society people.
(SuperAdmin can create member for any society while SocietyAdmin can create members for his society only)
My previous quetion is posted here,
https://www.experts-exchange.com/questions/28328699/Help-with-database.html
Thanks in advance
Open in new window