I'm trying to get a com object to reference a shipping waybill report, apply a selection criteria of a workorderno and print it to a PS file with a filename that gets inserted to a sqlDB for later reference


I've only ever used the activex component to reference a Crystal Reports object and I can't seem to use a regular Creatobject method to invoke a report object.

How do I invoke a saved report with some selection criteria in a class module? Specifically, how do I create the object?

TIA