Hi,
How can I set the recordsource of a sub report based on a field value in the main report.
The field in the main report is simply the rank order of the records.
The value of the field in the main report determines whether the query returns the top 10 records, the bottom 10 records or 5...
DoCmd.OpenReport "R:Test Report", , , "School =" & MyField
The above reults in "Syntax Error (3075) missing Operator in query expression"
The field variable is correctly picking up the values I want but the OpenReport method refuses to run (I am simply attempting...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.