Print Report via OLE Automation

T

terrerg

Hello,

I have to print a report from an other application. With Excel in VBA

aplAccess.DoCmd.OpenReport "rptLieferschein", 0, "", "", 0

works fine. But now my application has a poor scripting language and i
seems, that it cannot handle the DoCmd. What can I do now? Are ther
some workarounds or other object to start the report printig?

Thx
Grego
 
Top