C
clawdogs
Hi. I have two fields on query. One field is calculated, the other
just pulls numeric data from a table:
CALCULATED FIELD:
TOV COMPONENT: IIf([Profile]="Hunter","70%",IIf([Profile]
="Grower","50%",IIf([Profile]="Farmer","20%",IIf([Profile]="Sales
Manager","50%","UNDECLARED"))))
REGULAR FIELD (as currency):
OTB:OTB
I'm trying to get the the following multtiplication equation to work
on a text field but it seem the calculated field is causing erors on a
form:
=[TOV Component] * [OTB]
basically I'm trying to multiply a percent field with a currency field
but the string value of the calculated field doesn't seem to
register. I used the same calculation on a non-calculated percent
field with a non-calculated currency field and it works fine. Does
anyone know how to capture the calculated field string so that I can
perform the equation without getting an error on a ffom? Please
help.
just pulls numeric data from a table:
CALCULATED FIELD:
TOV COMPONENT: IIf([Profile]="Hunter","70%",IIf([Profile]
="Grower","50%",IIf([Profile]="Farmer","20%",IIf([Profile]="Sales
Manager","50%","UNDECLARED"))))
REGULAR FIELD (as currency):
OTB:OTB
I'm trying to get the the following multtiplication equation to work
on a text field but it seem the calculated field is causing erors on a
form:
=[TOV Component] * [OTB]
basically I'm trying to multiply a percent field with a currency field
but the string value of the calculated field doesn't seem to
register. I used the same calculation on a non-calculated percent
field with a non-calculated currency field and it works fine. Does
anyone know how to capture the calculated field string so that I can
perform the equation without getting an error on a ffom? Please
help.