Hey people,
Need Help i want to change the record source of a report template dynamically as per the user selection
I known the code to do these in form
How to do these in report without creating a new Template
Need Help i want to change the record source of a report template dynamically as per the user selection
I known the code to do these in form
Code:
Forms!Formname.RecordSource = "Query"
Comment