rsbutterfly16
IS-IT--Management
I am working on an Access Report that contains two subreports. My main report is based on a stored procedure in my sql server backend as well as an input form for my paremeter,
my problem is that I would like the record source for my first subreport to be based on another stored procedure but i tried using a sql pass thru query and i keep getting the error that i can't base a subreport in a pass thru query. i also try creating a query that insert into a local table in my access database based on my sql pass thru query but how can i make the subreport get the data from the table and the table be updated by my pass thru quey? or is there another easier way to do this?
Any help will be apreciate it!!!
my problem is that I would like the record source for my first subreport to be based on another stored procedure but i tried using a sql pass thru query and i keep getting the error that i can't base a subreport in a pass thru query. i also try creating a query that insert into a local table in my access database based on my sql pass thru query but how can i make the subreport get the data from the table and the table be updated by my pass thru quey? or is there another easier way to do this?
Any help will be apreciate it!!!