I need to select records based on the follwoing criteria
Job type not equal to cancelled and
Mailing date between X and Y and
Completion date is null
or
Job type not equal to cancelled and
Calldate1 between X and Y and
Completion date is null
or
Job type not equal to cancelled and
calldate2 date between X and Y and
Completion date is null
Any suggestions
Job type not equal to cancelled and
Mailing date between X and Y and
Completion date is null
or
Job type not equal to cancelled and
Calldate1 between X and Y and
Completion date is null
or
Job type not equal to cancelled and
calldate2 date between X and Y and
Completion date is null
Any suggestions