B
Blah
Hello,
I'm have a report and a subreport which is linked by an ID. However, I
can't limit the data return on the subreport at the same time as I limit
the data from the main report using the where clause of OpenReport.
So I got something like this right now:
OpenReport "Main",default view,, "CompID = "& ID &" and report!subreport!
report.Date = #" & inDate & "#"
Thanks in advance
I'm have a report and a subreport which is linked by an ID. However, I
can't limit the data return on the subreport at the same time as I limit
the data from the main report using the where clause of OpenReport.
So I got something like this right now:
OpenReport "Main",default view,, "CompID = "& ID &" and report!subreport!
report.Date = #" & inDate & "#"
Thanks in advance