I am using a property sheet with six property pages in an application. This is all working nicely. However, I would like to set some controls on one property page based on values entered via a control (or controls) located on a seperate property page. Both property pages are members of the same property sheet. I can't figure out how to access the data on the other page. Can a person obtain a pointer to the other page? Is there a parent pointer to the property sheet that can be used to access the member variables of the other property pages? I am unsure how make this work.