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.