I am using Navigation form with Access 2010. I want to switch between sub-forms under one navigation for one record. So I used command button with the following on click event:

BrowseTO
Object Type: Form
Object Name: Footprint information
(Name of the sub-form)


Where condition: [ID]=[Forms]![Data input]![NavigationSubform].[Form].[ID]
(Data input is the name of the navigation form)

This work well with the Access on my laptop, which was installed in Chinese. But it does not work with the Access on our universities' computers, which was installed in English or Dutch. When I click on the command button, it asks me to "Enter Parameter Value" and fill in "Forms!Data input!NavigationSubForm.Form.ID". The versions of the Access on both my laptop and the universities' computer are the same (2010).
Can anyone help me with that? How can adjust the where condition?