I would like to use a SQL Server stored procedure with two parameters as the record source for a report. Inorder to initially set up a report in the format that I want, I wrote a query and used the appropriate fields, but I can't figure out how to switch to the record set generated by the stored procedure as the source of the report. Suggestions would be appreciated.