Hello,
I have state which gives results in figures. I would like to know how to add these results obtained
Thank you
iif(Mat1]=1; 2;5) 5
iif(Mat1]=1; 2;10) 10 iif(Mat1]=1; 2;13) 2 iif(Mat1]=1; 2;7) 7
Hello,
I have state which gives results in figures. I would like to know how to add these results obtained
Thank you
iif(Mat1]=1; 2;5) 5
iif(Mat1]=1; 2;10) 10 iif(Mat1]=1; 2;13) 2 iif(Mat1]=1; 2;7) 7
Your example makes no sense. The IIF is the Same.
but you can put values in a table with their conversion value ,
then just join the table with the main data table to convert the #.
You have 4 fields named Mat1, Mat2, Mat3, Mat4? Each expression should reference a different field?
That is not a normalized data structure. If you want to add fields then do arithmetic. Field1 + Field2 + Field3 + Field4. Or each of the fields could be expressions you show.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
I have IFF expressions that give results. I want to know how to add up these results.
I would like to know how to add these results obtainedJust repeating your requirement doesn't help at all.I want to know how to add up these results.
Already told you in post 3 - do arithmetic.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
You have 4 fields named Mat1, Mat2, Mat3, Mat4? Each expression should reference a different field?
That is not a normalized data structure. If you want to add fields then do arithmetic. Field1 + Field2 + Field3 + Field4. Or each of the fields could be expressions you show.
Ok thanks it works