How to use more than one selection formula.
I am using combo drop down menus.
Using MS Acess as back end.
Printable View
How to use more than one selection formula.
I am using combo drop down menus.
Using MS Acess as back end.
I suggest that you ditch the CR OCX file. Instead use the CR Engine Object Library. When you do so, you can reference them in code like this:
Private mCRApp As CRPEAuto.Application
Private mCRReport As CRPEAuto.Report
Private mCRView As CRPEAuto.View
There is some good tiny examples in the CR Dev Help showing that you use parameters.