Hello all,
I have a report i want to filter and then open in a subform. I can
docmd.openreport "reportname: , acReportView,,strWhere
just fine for a pop up report
I can also use a command button to set sourceobject of my subform to the report but that method i am falling short on adding the WHERE before it loads in the subform.
I have tried setting the filter on the actual report to the textbox that holds my strWhere string, but no luck that way either.
thanks
I have a report i want to filter and then open in a subform. I can
docmd.openreport "reportname: , acReportView,,strWhere
just fine for a pop up report
I can also use a command button to set sourceobject of my subform to the report but that method i am falling short on adding the WHERE before it loads in the subform.
I have tried setting the filter on the actual report to the textbox that holds my strWhere string, but no luck that way either.
thanks