wilekoyote76
MIS
When using this selection statement is brings up the data for the first 2 fields (udaterecd and udateinv) but it will not bring up data from ustaterep:
{CONTACT2.UDATERECD} = {?Date for Status Report} or
{CONTACT2.UDATEINV} = {?Date for Status Report} or
{CONTACT2.USTATREP} = {?Date for Status Report}
I've even tried putting () around the whole statement to no go. My guess is programmatically, it can only check 1 OR the other. It cannot see 3 statements. Is there a better way to write it?
{CONTACT2.UDATERECD} = {?Date for Status Report} or
{CONTACT2.UDATEINV} = {?Date for Status Report} or
{CONTACT2.USTATREP} = {?Date for Status Report}
I've even tried putting () around the whole statement to no go. My guess is programmatically, it can only check 1 OR the other. It cannot see 3 statements. Is there a better way to write it?