rhernand
Registered User.
- Local time
- Today, 01:17
- Joined
- Mar 28, 2003
- Messages
- 96
How can I Default a Text Box value by the input of another two Text Boxes. This Expression on the Text Box Default Value does not work.
=IIf([Text0]=0 Or ([Text8]="<" And [Text0]=1),"White",IIf(([Text0]>=1 And [Text0]<=49),"Blue",IIf(([Text0]>=50 And [Text0]<=499),"Orange",IIf([Text0]>=500,"Yellow","No Input, left blank"))))
Other Text Boxes follow, I want to see the Default Value as soon as I leave Text0 and Text8.
=IIf([Text0]=0 Or ([Text8]="<" And [Text0]=1),"White",IIf(([Text0]>=1 And [Text0]<=49),"Blue",IIf(([Text0]>=50 And [Text0]<=499),"Orange",IIf([Text0]>=500,"Yellow","No Input, left blank"))))

Other Text Boxes follow, I want to see the Default Value as soon as I leave Text0 and Text8.