M
Mareo
I have two fields in a record.
Field 1 Field 2
PCBs 2.3
Pesticides 10.5
Zinc 400
If Field1 is Pcbs then I want to calc Field2 as 2.3/2.1
If Field1 is Pesticide then I want to calc Field2 as
10.5/12
If field1 is Zinc then I to calc Fielf2 as 400/410
How do I write a module to perform this task?
Field 1 Field 2
PCBs 2.3
Pesticides 10.5
Zinc 400
If Field1 is Pcbs then I want to calc Field2 as 2.3/2.1
If Field1 is Pesticide then I want to calc Field2 as
10.5/12
If field1 is Zinc then I to calc Fielf2 as 400/410
How do I write a module to perform this task?