I have everything working great except for a couple of my
reports where I have subreports. My main report and my
subreport have the same recordsource which is a stored
procedure that I am passing variables to. I used this same
functionality on my old Front end db in Access 2000 and used
the date and a team number for linking the 2 reports
together. This worked fine on the standalone db. In the
ADP file, it pulls in the recordset for the first team for
all corresponding teams in the main report. I need the
subreport to show the appropriate recordset for the team
currently showing on the main report. I know you can't
create joins between 2 stored procedure results in SQL so
I'm thinking that this may be the issue. Hopefully someone
can provide some feedback on this.
Thx
Bill
reports where I have subreports. My main report and my
subreport have the same recordsource which is a stored
procedure that I am passing variables to. I used this same
functionality on my old Front end db in Access 2000 and used
the date and a team number for linking the 2 reports
together. This worked fine on the standalone db. In the
ADP file, it pulls in the recordset for the first team for
all corresponding teams in the main report. I need the
subreport to show the appropriate recordset for the team
currently showing on the main report. I know you can't
create joins between 2 stored procedure results in SQL so
I'm thinking that this may be the issue. Hopefully someone
can provide some feedback on this.
Thx
Bill