In Crystal I can arrange a parameter to allow for multiple values. When choosing which store to use in the report, store 1, 3, 5 can be the only ones or * can mean all. In the record selection I put:
{Header_.Store} like {?Store}
But in VB6 how would I allow someone to enter multiple values?
{Header_.Store} like {?Store}
But in VB6 how would I allow someone to enter multiple values?