I have a report that used to connect to a table, now it connects to a stored proc that returns the same fields. Problem is that the fields on the report still get their values from the table, but I want to them to get their values from the stored proc.
Is there some easy way to keep my report with all of its formatting, and just swap out the underlying data source for each field? All of the field names are the same between the old table and the new stored proc.
Even if I could just select the existing fields on the report and change their data source one by one, that would be fine. I couldn't figure out how to do that. ???
Thanks for any pointers.