I have a report which lists 1 sale person. Each person has multiple lines making up their sale, each with a quantity. Summing the quantity in the report's record source gives a value between -3 to +3. On the report, I need to show -1 if the value is <0, 0 if it is 0, or +1 if the value is >0.
I am sure that there must be an easy way, but I just can't see it. Using iif() doesn't allow for 3 options. I could certainly do it easily enough using vba code, but I am not sure which report event, if any, will allow me to do this. The field is in the Detail section.
I am sure that there must be an easy way, but I just can't see it. Using iif() doesn't allow for 3 options. I could certainly do it easily enough using vba code, but I am not sure which report event, if any, will allow me to do this. The field is in the Detail section.