Hi,
I have code that I use in several reports, so I just put this code into a function and created a module for it.
From my reports, I pass 3 arguments to this function. The problem is, one of the arguments may contain nulls, and this generates an error. Is there a way around this? I would like to be efficient and have the same code in a function, but how can I do this if one field may be empty?
Thanks in advance for any help -
Lori
I have code that I use in several reports, so I just put this code into a function and created a module for it.
From my reports, I pass 3 arguments to this function. The problem is, one of the arguments may contain nulls, and this generates an error. Is there a way around this? I would like to be efficient and have the same code in a function, but how can I do this if one field may be empty?
Thanks in advance for any help -
Lori