Hello..
I am attempting to load a Subform from a recordset. The recordsource is set to a string containing SQL using a query object. The Recordsource returns 0 rows in RecordSet, yet when the same SQL string is executed as in a query panel, the result set contains many rows.

I am new to using ACCESS. The Parent form contains listbox/textbox fields used to build the where condition of the SQL string. The SQL string is built based...