I have a report with a text box that needs to be populated with a number of different possibilities depending on the content of two other text boxes.
For example if text1 = 1 and text2 = 2 then I need text3=22, but if text1=2 and text2=2 text3 must equal 35.
What is the format for nested iif statements?, I can't seem to get it to work.
Thanks
Steph
For example if text1 = 1 and text2 = 2 then I need text3=22, but if text1=2 and text2=2 text3 must equal 35.
What is the format for nested iif statements?, I can't seem to get it to work.
Thanks
Steph