I'm using the following...
If Not IsNull([customer]) then...
If [customer]<>"" then...
I'm assuming these do the same. But they seem to work sometimes, or one or the other.
If IsNull([customer]) then...
If [customer]=""
Same for these too.
Am I doing something wrong? Is there a better way?
Thanks...
If Not IsNull([customer]) then...
If [customer]<>"" then...
I'm assuming these do the same. But they seem to work sometimes, or one or the other.
If IsNull([customer]) then...
If [customer]=""
Same for these too.
Am I doing something wrong? Is there a better way?
Thanks...