Thanks, Michael. I actually tried this, but, as far as I can tell, set rs = me.recordsetclone will not work in a report. When I tried the same code in a Form it worked fine.
My code was:
Dim rs as object (also tried as ADODB.recordset)
set rs = me.recordsetclone
Any suggestions?
Thanks.
Dennis