harpscardiff
Registered User.
- Local time
- Today, 22:17
- Joined
- Aug 8, 2005
- Messages
- 11
Hi,
can anybody spot what is wrong?
System name is a drop down list, with different options
Text125 changes based on the dropdown.
Entered in the text125 control source
=IIf([tblSystemName_System Name]=Null,"",IIf([tblSystemName_System Name]="AS400",[text125]="AS400 Profile",IIf([tblSystemName_System Name]="Credit Apps",[text125]="Credit Apps","Misc")))
Thanks
can anybody spot what is wrong?
System name is a drop down list, with different options
Text125 changes based on the dropdown.
Entered in the text125 control source
=IIf([tblSystemName_System Name]=Null,"",IIf([tblSystemName_System Name]="AS400",[text125]="AS400 Profile",IIf([tblSystemName_System Name]="Credit Apps",[text125]="Credit Apps","Misc")))
Thanks