My program consists of a MDI Parent which needs to relate to the active child form. How do I achieve this, if I want to use the .GoBack() function on a web browser within the child if I click on a tool bar button in the parrent form. All I know how to use is Me.ActiveMdiChild. but it fails to work when I use Me.ActiveMdiChild.brwBrowser. statement. Many thanks, James.