Would you say these two produce the same result, all the time, when testing for booleans?
blnResult = (CDate(strDate) > Now)
blnResult = IIf(CDate(strDate) > Now, True, False)
|
Results 1 to 4 of 4
Thread: [RESOLVED] IIF StatementThreaded View
|
Click Here to Expand Forum to Full Width |