why is this work
Code:If !a <> "" Then tempname = !a Else tempname = !b End If
but not this???
--this return NULL errorCode:If !a = "" Then tempname = !b Else tempname = !a End If
Just a bit programming concept... thanks for explaining...![]()
|
Results 1 to 15 of 15
Thread: if .. else doubtThreaded View
|
Click Here to Expand Forum to Full Width |