Hi,
I think best approach - if you build a query SQL in a code before running
report, like:
currentdb.querydefs("MyQuery").SQL="Select " & fieldlist & " From " ....
and then use this query as report's recordsource

Signature
Best regards,
___________
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
> Hello expert,
>
[quoted text clipped - 12 lines]
>
> Thanks, Wes