FAQ 039: How can I define a macro in the Report settings in order to be able to launch and execute MS Access Macro?

FAQ 039: How can I define a macro in the Report settings in order to be able to launch and execute MS Access Macro?

Create Macro in the report as follows: MACC:”<Path>\<DB_Name.mdb>”:<Macro_Name>

NOTE: It is the user’s responsibility to ensure that MS Access macro will not include any popup messages or any stuff that can block the continuous execution of the macro. The reason is that the Runtime will wait until the macro will be completely executed, and then will execute the other tasks to follow.