It all worked just fine. Then I put it into a navigation control and now I'm fixing it...
I'm trying to code my form so that it works in or outside of the navigation form...
On a subform my combo box uses a query for its rowsource. The filter criteria for the query is the current value in a combobox on the parent form. Instead of addressing the parent form object longform ([Forms].[Parent].[control], can I just use me.parent in my query? Seems like it's not liking that so much.
What do you think would be the best way to solve this? Should I use an Iif function in my rowsource for the subform combobox to see if it's a sub or a sub-sub then use the other query?