M
Mike
I have two fields: Division, and an if statement field. I would like the if
statement to say "if the division = 3, or 4, or 5, or 6, or 7, then multiply
it by 1, if it doesn't, then input 99. I have the following but it is not
working.
Division: IIf([004 - Total Data w/ Retail-Cost]!Division=3 or 4 or 5 or 6 or
7,[004 - Total Data w/ Retail-Cost]!Division*1,99)
Thanks in advance.
statement to say "if the division = 3, or 4, or 5, or 6, or 7, then multiply
it by 1, if it doesn't, then input 99. I have the following but it is not
working.
Division: IIf([004 - Total Data w/ Retail-Cost]!Division=3 or 4 or 5 or 6 or
7,[004 - Total Data w/ Retail-Cost]!Division*1,99)
Thanks in advance.