Group: microsoft.public.access.queries · Group Profile · Search for 1405 in microsoft.public.access.queries
Author: Warren Phillips
Date: May 13, 2010 11:25
You could use the formula below. This if the field are text. If they are numbers you will need to remove the quotes. E1: =Iif([Cost Type] = "L","1405",Iif([Cost Type] = "M","1410",Iif([Cost Type] = "S","1480",Iif([Cost Type] = "G","1495",Iif([Pay Item] = "955000","1490",Iif([Pay Item] = "955300","1491",Iif([Pay Item] = "955200","1492",Iif([Pay Item] = "955100","1493","") -- Rick
|