All,
I've created 2 forms: 1st form lets user select filter criteria and 2nd form appears with record details using the OpenArgs to set the SQL where clause.
I want to do the same, only show a report rather than a form. The catch is that forms don't have the OpenArgs property. How do I pass the selection criteria to a report?
Thanks,
TR
I've created 2 forms: 1st form lets user select filter criteria and 2nd form appears with record details using the OpenArgs to set the SQL where clause.
I want to do the same, only show a report rather than a form. The catch is that forms don't have the OpenArgs property. How do I pass the selection criteria to a report?
Thanks,
TR