I am editing a report created by a software package. I would like to substitute a phone number for a code field. I am using this iif statement: <br>iif(db.field=14,"14-8880000",iif(db.field=15,"15-8880001",db.field))<br>I would like to substitute 30 codes but ran out of room in the Expression Builder. How else can I get the phone numbers on the report? <br>I am not a foxpro programmer, obviously. <br>