I am trying to create a calculated query using a nested IIf statement to determine what rate to charge contractor members based on these three criteria:
CPTech: IIf([LetDate]>#1/1/2011#,([Qty]*0.01),0)
Can someone help me out?
- Project Let Date >= 01-01-2011
- ProjectType is = PCCP
- ContractorType IS NOT = "Specialty"
CPTech: IIf([LetDate]>#1/1/2011#,([Qty]*0.01),0)
Can someone help me out?