D
darren
I want an IFF statement that will do two functions.
1. where a parameter does not exist in table1 return 0 (zero).
2. However, if the parameter does exist on one or more occasions in Table1,
then sum the number of occurances of that parameter.
I have started the Iff stement as follows and returns a 0 (zero) where a
paramter does not exist in Table1
IIf("[Param]","[Table1]"=" ","0")
Any suggestions on how to finish this IFF statement to achieve point 2 above.
Thanks
1. where a parameter does not exist in table1 return 0 (zero).
2. However, if the parameter does exist on one or more occasions in Table1,
then sum the number of occurances of that parameter.
I have started the Iff stement as follows and returns a 0 (zero) where a
paramter does not exist in Table1
IIf("[Param]","[Table1]"=" ","0")
Any suggestions on how to finish this IFF statement to achieve point 2 above.
Thanks