Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,
I am using Microsoft Access expression builder and do not know what is wrong with this code.

3m: IIf([cMarkIT_Full_Reval_Credit_Curves]![3m]=0 And [cMarkIT_Full_Reval_Credit_Curves]![6m]<>0,[cMarkIT_Full_Reval_Credit_Curves]![6m],[cMarkIT_Full_Reval_Credit_Curves]![3m])

I did not type anything apart from number 0

Appreciate help.

Thanks,

Sali
Posted
Comments
Sergey Alexandrovich Kryukov 2-Sep-14 13:05pm    
This is not a good question. What did you try to achieve? You need to do the following:

If the behavior of your code does not match what you expected, use the debugger and fix it. If you failed to do so, describe what did you want to achieve, what's expected behavior, what is observed behavior, why do you feel it's wrong. If you have some exceptions, describe steps to reproduce, complete exception information. Comment the points in code related to exception throwing/propagation. Post all what's relevant. See also: http://www.sscce.org.

—SA
PhilLenoir 2-Sep-14 14:12pm    
What were you expecting versus what did you get? A debugger is not going to help you here!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900