What kind of error are you getting?
Is the report blank, or is there an error message?
How do you assign the recordsource of the report? If you use this code to assign the recordsource, you may need a statement like:
RptName.recordsource=rst?
I'm not too sure though, I don't usually...