Hi!
I am building a report with a sub-report. When I try to create the Child/Master Link, the above error occurs. This is strange, since the sub-report is actually a re-filtered version of the master recordset. Anyway, I cannot find much help for this.
Also, how can you apply a filter, in VB, to a sub-report without it being open? I tried:
Reports!ReNuWorkOrderSubreport.Filter = strSearch
...where strSearch is a valid filter expression. It said that it could not find the report, or the report was not open, which is true. Is it not possible to change a report object's properties without it being opened?
I DO appreciate any help provided.
I am building a report with a sub-report. When I try to create the Child/Master Link, the above error occurs. This is strange, since the sub-report is actually a re-filtered version of the master recordset. Anyway, I cannot find much help for this.
Also, how can you apply a filter, in VB, to a sub-report without it being open? I tried:
Reports!ReNuWorkOrderSubreport.Filter = strSearch
...where strSearch is a valid filter expression. It said that it could not find the report, or the report was not open, which is true. Is it not possible to change a report object's properties without it being opened?
I DO appreciate any help provided.