I just figured this out I had to use the record source of the sub. I put the
variable
in the on open event . i.e. Me.RecordSource = strSubQry
I put the filter criteria in with the query text. i.e.
strSubQry = "SELECT [Supports Cold].* FROM [Supports Cold]WHERE " &
gstrFilterText & ""
gstrFilterText is my global variable
> I have a form that calls up another filter that sets a glove variable from
> the users selection. It thens calls up a report that is filtered by this
[quoted text clipped - 3 lines]
> ENTERED ISN"T VALID FOR THIS PROPERTY. How can I get the subreport to
> filter with the variable the user selected?