So I have built a Navigation form that shows all our products through a Subreport. One of the things I would like to have is for the end user to be able to click a link and have a popup show with the detailed information on that record. I have everything set and all is working well except that the link will not work when I go through the navigation form (I get the "Enter Paramaeter Value" prompt)....but it works when I am in the report itself (not as a subreport). I am pretty sure it is my code and the where condition (using Macro's). it is:
Code:
Where Condition=[Unique_ID]=[Reports].[Pricelist_Item_View].[Control_UniqueID]
I am pretty sure I am just not addressing the path correctly. Any help? Also, the main form I am using is named [Pricelist], while the subreport is in NavigationSubform