I'm trying and I'm not finding anything with my key words ("vba","report","reference","elements","").

I'm attempting to create a form/report that will call another report (and it's form elements) I have saved in the database. I need to call these elements so I can pass data to them, programmatically. After I pass this data, I intend to print the report. Can this be done?

1. How do I create a report/form object from a report already present in the DB?

2. How can I call the form elements within a saved report in the DB?