Lameid,
I know they don't have,but I was just putting the quotations to show what parameter I want the user to input.
Instead of having several expressions like:
IIf(IsNull([2005]),"Owes","ok")
IIf(IsNull([2006]),"Owes","ok")
IIf(IsNull([2007]),"Owes","ok").. and so on,
I want the user to be...