Filter report based on filter on form

V

Van T. Dinh

You can access the Form's Filter String using:

Forms!YourForn.Filter

and you can use this in the "WhereCondition" argument of your OpenReport
method (provided that all Fields referred in the Form's Filter are also in
the Report's RecordSource).
 
Top