Hello,
I currently have a Navigation Panel (MainNaviForm) and a subform(CommisionNaviForm) that loads every time i hit the corresponding button in the NavigationPanel.
I want to run an sql query that takes as parameter a txtBox in CommisionNaviForm, so i use this: [Forms]![MainNaviForm]![CommisionNaviForm].[Form]![txtSupplier] but it doesn't work.
What do you suggest?