Ed,
Honesly, I started playing with Recordsource before your post, I did this way:
Call CreateQuery(sSQL, "qry_1")
Me.Recordsource=qry_1
and it statrted working.
However I took your suggestion because it simplifies things. Now, when you warned me about changing queries on the fly I'll...