Simple form-based view formula won't work!

I have a simple view with the selection formula :

SELECT (Form=“frmQuote”)

For some reason this won’t work, it displays no documents. When I use the view containing all documents, I can see documents created with “frmQuote” and I have checked that their “Form” property is correct.

The “frmQuote” is a Response form, I don’t know if this makes a difference or not.

Subject: Simple form-based view formula won’t work!

That is the question!

Try this: select form = “frmZ” & @isresponsedoc

and uncheck the view property “Manage responses herarquical”

Subject: RE: Simple form-based view formula won’t work!

Teseo Teseo, you are my hero

Thank you!!