Master-Item Table CRUD

I want to make a master-item tables form. The initial page should show the header/master record and once clicked it should show the item beneath the header on next page or pop up. On clicking "ADD/EDIT" the same layout should open with header at the top and item at bottom. It will be great if I can add tabs for the item views as their are multiple item tables.

For illustrating:
Master Table:
Student Master Record (Contains Student ID, name, address, contact etc)
Item tables:
Studies Records (ID, Level, Grade, Year)
Extracurricular (ID, Interest, Year, Proficiency)
Sports (ID, Game, Play Level, Year)

I am very new to php and Zoop. Please let me know if it is possible and how?

Thanks.
Sangharsh