I am using the MSACCESS Navigation control and when I open the application I want to allow the user to press Shift F1 to call and display a Word document whose name is based on the name of the "activeform". However when I use the command : Screen.ActiveForm.name to get the name I get an error 2475 which says "You entered an expression that requires a form to be the active window". The form shown is the "MainNavSubform" but I need the name of the form "held" in the "MainNavSubForm" of the Navigation control, but I can't figure out how to do this. Any help would be appreciated. I like the Navigation control but I am finding that it is difficult to get clear info regarding how to refer to controls on the Navigation control. I would appreciate any Help on this problem.