P
phildenuh
Hi, am try to do multiple calculation on a report using a textbox. I
have the following if statement and I want it to go along the table
and calculate the length of values in column "a". I have
IIf([DieNumber]="#177 Lift",[OAF Width]-3.9876) Or
IIf([DieNumber]="#155 Mtg Bar",[OAF Width]-2.8797)
Right now I am getting only one value to print on the report. Based on
the number of items in the table, I want it to calculate using each
items formular and return the answers on the report. how do I do this?
Please help.
have the following if statement and I want it to go along the table
and calculate the length of values in column "a". I have
IIf([DieNumber]="#177 Lift",[OAF Width]-3.9876) Or
IIf([DieNumber]="#155 Mtg Bar",[OAF Width]-2.8797)
Right now I am getting only one value to print on the report. Based on
the number of items in the table, I want it to calculate using each
items formular and return the answers on the report. how do I do this?
Please help.