Situation: SQL 7.0 DB
Data Table: {OPMRG}
Fields: OPID, RECID, COMPANY, STATUS
Construct of DB:
OPID RECID COMPANY STATUS
--------------------------------------------
9AXF OC ABC Co. <NULL>
8ZWB OC XYZ Inc. <NULL>
8ZWB OI 200 84/Trucks
9AXF OI 250 12/Plant Equip.
5GSM OC ZZZ Ltd. <NULL>
5GSM OI 175 <NULL>
Output that I would like to generate:
Company Imporant Number1 Important Info1
------------------------------------------------
ABC Co. 250 12/Plant Equip.
XYZ Inc. 200 84/Trucks
ZZZ Ltd. 175
How would I go about creating a formula to tackle this. I am not the best of programmers, but am a technical user. Any help here is greatly appreciated. Thank you.
Data Table: {OPMRG}
Fields: OPID, RECID, COMPANY, STATUS
Construct of DB:
OPID RECID COMPANY STATUS
--------------------------------------------
9AXF OC ABC Co. <NULL>
8ZWB OC XYZ Inc. <NULL>
8ZWB OI 200 84/Trucks
9AXF OI 250 12/Plant Equip.
5GSM OC ZZZ Ltd. <NULL>
5GSM OI 175 <NULL>
Output that I would like to generate:
Company Imporant Number1 Important Info1
------------------------------------------------
ABC Co. 250 12/Plant Equip.
XYZ Inc. 200 84/Trucks
ZZZ Ltd. 175
How would I go about creating a formula to tackle this. I am not the best of programmers, but am a technical user. Any help here is greatly appreciated. Thank you.