I have several subforms in a Navigation Form in Access 2010. I know I can reference and retrieve the subform name currently open with Forms![Navigation Form]!NavigationSubform].[Form].Name, but it is a read only property. I want to programmatically switch or open one of the subforms from another one. I have seen quite a few similar posts, but none that I saw had answer that worked on my system. I have tried using the DoCmd.BrowseTo but apparently haven't formulated it correctly. Tell me what I'm missing. Thanks