postmanplod
Programmer
Hello,
I have the below data in a report (dates in dd/mm/yy), grouped by job:
Job: 123
OP SEQ Desc: Type: Date
20 Stamping 01/02/11
30 CNC 01/03/11
40 Hand Dress 01/04/11
50 Machining Sub Contract 01/05/11
60 Inspection 01/06/11
What statement would I use to only show Op Seq's 20,30,40 and 50? I.e. Hide
anything after the sub contract. Basically I want to say if the date is greater
than an op that is a sub contract, then suppress - but how do I actually write
this?
Regards,
Michael
I have the below data in a report (dates in dd/mm/yy), grouped by job:
Job: 123
OP SEQ Desc: Type: Date
20 Stamping 01/02/11
30 CNC 01/03/11
40 Hand Dress 01/04/11
50 Machining Sub Contract 01/05/11
60 Inspection 01/06/11
What statement would I use to only show Op Seq's 20,30,40 and 50? I.e. Hide
anything after the sub contract. Basically I want to say if the date is greater
than an op that is a sub contract, then suppress - but how do I actually write
this?
Regards,
Michael