Hi,
If I understand correctly, you have one datawindow with 5 column as DropDown Datawindows. If this is the case, in the itemchanged of the main datawindow, you will have something like:
Datawindowchild ldwc
If dwo.name = "<name of d1's column>" then
getchild( <name of d2's column>, ldwc)...