Create a report from VBA. is it possible??

  • Thread starter Thread starter Leonardo Onieva González
  • Start date Start date
L

Leonardo Onieva González

Hi friends

Is there any way to create directly a report from VBA?? or call the report
withard from VBA??
Thanks to everybody

regards
 
See help on CreateReport().

It is possible, but it is not practical. In any appliction that matters, you
will want to create an MDE to use as the front end, and this technique fails
in an MDE.
 
Back
Top