I have stored procs on sybase that I want to attach to access reports. I know that I can call the stored proc through a pass-through-query and then attached then name of that pass-through-query to the recordsource of the report. However, the stored proc has date parameters where the user chooses to see a particular cut of data. Since, I want the report to be multiply used i.e. 10 users may choose the same report but with different date ranges. Is there any way to write some code that can dump the data to the report (I know I could write a createquerydef etc.., but I would rather not use this). Does anyone know a way?