I'm nearly done with my database and just now starting to mess around with a tab-based navigation form. Huzzah!
But, unfortunately, I'm having to go back and tweak a lot of the "links" and query criteria. For example, a criteria that used to reference the value in one form's combo box NOW has to reference the value from the same form but from the navigation form. Otherwise, [Forms]![FormName]![ComboBox1] becomes [Forms]![NavigationForm]![NavigationSubform].[Form].[ComboBox1].
In the long run, would it be worth it to make all of these adjustments? Or would a custom menu form with command buttons work just as well? (Wasn't a whole lot of planning ahead on my part.
)
---
Many thanks to anyone who reads this!
But, unfortunately, I'm having to go back and tweak a lot of the "links" and query criteria. For example, a criteria that used to reference the value in one form's combo box NOW has to reference the value from the same form but from the navigation form. Otherwise, [Forms]![FormName]![ComboBox1] becomes [Forms]![NavigationForm]![NavigationSubform].[Form].[ComboBox1].
In the long run, would it be worth it to make all of these adjustments? Or would a custom menu form with command buttons work just as well? (Wasn't a whole lot of planning ahead on my part.

---
Many thanks to anyone who reads this!