T
tom
I am in the process of upgrading from 97 to
03, I have a conditional that is having trouble with
a null value. It seems that the if statement
does not mind the null value but
the elseif statement is clearly raising an error
on getting a null value. There was no problem with
this code using Access 97.
So why is this and what to do about it? In C a null
value is just zero but apparently in Visual Basic a null
value is something else. Can someone please elaborate
so I can use good technique to solve this one?
03, I have a conditional that is having trouble with
a null value. It seems that the if statement
does not mind the null value but
the elseif statement is clearly raising an error
on getting a null value. There was no problem with
this code using Access 97.
So why is this and what to do about it? In C a null
value is just zero but apparently in Visual Basic a null
value is something else. Can someone please elaborate
so I can use good technique to solve this one?