M Maryanne Registered User. Local time Today, 00:18 Joined Jun 1, 2000 Messages 11 Jul 17, 2000 #1 I have a subreport/subquery that is based on a query that asks the user to input either 1999 or 2000. When I try to run the report, the parameter query repeats three times. Can I get the subquery to "get" the year from the main query?
I have a subreport/subquery that is based on a query that asks the user to input either 1999 or 2000. When I try to run the report, the parameter query repeats three times. Can I get the subquery to "get" the year from the main query?
Travis Registered User. Local time Yesterday, 16:18 Joined Dec 17, 1999 Messages 1,332 Jul 18, 2000 #2 Best way around this is to have a form lauch this report. Have it asked the question prior to launching the report. Now on the query change the parameter from being =[Your Year] to =Forms![YourFormName].[YourFieldName]. In this case using a combo box with limit to list will avoid invalid responses. Hope this helps
Best way around this is to have a form lauch this report. Have it asked the question prior to launching the report. Now on the query change the parameter from being =[Your Year] to =Forms![YourFormName].[YourFieldName]. In this case using a combo box with limit to list will avoid invalid responses. Hope this helps