"BigD" <db**********@yahoo.com> wrote in message
news:68**************************@posting.google.c om...
This all centers around an Access Data Project
I have a stored procedure that aggregates events stored in a table
based on intervals I specify. I have a form that supplies parameters
for the stored procedure. My procedure creates a temp table to
populate with the results. The problem I have is that I cannot create
a form or report that uses the stored procedure as a source because
the temp table is dropped when the stored procedure is finished.
As long as you're using the procedure itself as the recordsource and not the
table iteslf this should work.