Hi
Right now im using a command =sum([X]) but if that doesn't return a value it gives back an error which ruins the whole form
I tried to put in a IIF statement, to check if it returns a value and if it doesn't just set the value to 0, but it doesn't quite work
here is what i have tries
Code:= IIf([3]; =sum([3]); 0)