apologies if this has been answered--this seems like a common enough problem, but i didn't find anything.
in a drupal 6 view, i need to find other nodes that reference same node as current node, sort of like sibling references. this is for a student/parent directory.
the view is a list of students (one content type), the parents per student ('parent' being another content type, node referenced from the 'student' type) and the siblings of students (the stickler)--these are 'student' nodes that share the same 'parent' node references.
something like:
student | parents | siblings -------------------------------------- jane d. | mom. d, dad d. | jeff d. jeff d. | mom. d, dad d. | jane d.
any help is appreciated.