C
CW
I have a query that calculates various costs. There's one field that has 3
possible values, and depending on what it is the value (cost) can be shown in
another field.
It's along these lines:
If [Field1] = US then [Field2] = 1.00; If [Field1] = Europe then [Field2] =
2.00; If [Field1] = Rest of World then [Field2] = 3.50
Could somebody give me the correct syntax, please?
Many thanks
CW
possible values, and depending on what it is the value (cost) can be shown in
another field.
It's along these lines:
If [Field1] = US then [Field2] = 1.00; If [Field1] = Europe then [Field2] =
2.00; If [Field1] = Rest of World then [Field2] = 3.50
Could somebody give me the correct syntax, please?
Many thanks
CW