I'm trying to get some of my variables contents copied from a form to a report. anyway I created a module with some global variables to hold the data temporarly...here is my problem.
In my form if I try to do something like
GlobalVariable1 = variable1
I get a Invalid Use of Null Error, I know why I get this error but I can't figure a way around it. (variable1 is NULL sometimes, because I wan't the field to be blank.)
I tried setting my global variables as Strings and then using "" instead of Null. but then my form's DO the calculations when its "", hence giving the wrong answers.
I would like to have it copy null values over to the report if the values are null in the form.
any ideas?
In my form if I try to do something like
GlobalVariable1 = variable1
I get a Invalid Use of Null Error, I know why I get this error but I can't figure a way around it. (variable1 is NULL sometimes, because I wan't the field to be blank.)
I tried setting my global variables as Strings and then using "" instead of Null. but then my form's DO the calculations when its "", hence giving the wrong answers.
I would like to have it copy null values over to the report if the values are null in the form.
any ideas?