MikeAngelastro
Registered User.
- Local time
- Today, 08:47
- Joined
- Mar 3, 2000
- Messages
- 254
I have read that it is better to use Len() than IsNull() because it is faster. However, it seems that there are times when the variable being evaluated is actually Null, Len() = Null and not zero. In fact, I believe I got this advice from the famous VBA Handbook. But the Access help says that Len(Null) = Null. This intrigues me. When then would it be appropriate to use Len() to test for Null? Anyone have any thoughts on this?
Thanks.
Mike
Thanks.
Mike