I've looked high and low for a solution to this with no luck. I'm trying to use this code - - to generate Access reports in ASP. The problem is the Access file is not an MDB, it's an ADP with data and stored procs in SQL Server 2000. I have modified the code so that I can see the reports, but I get the following error:
The record source 'dbo.usp_DW_LotusOneWeek' specified on this form or report does not exist.
This is because the RecordSource of the report is set to a stored procedure. How do I get the report to pull data using the stored proc? Is this even possible? Thanks.
The record source 'dbo.usp_DW_LotusOneWeek' specified on this form or report does not exist.
This is because the RecordSource of the report is set to a stored procedure. How do I get the report to pull data using the stored proc? Is this even possible? Thanks.