helloworld
Registered User.
- Local time
- Today, 01:38
- Joined
- May 18, 2004
- Messages
- 62
Hey there,
can someone perhaps explain this little problem to me? It regards an IsNull statement within an If statement.
sometimes when I go...
if (isnull(forms!formname!nameoffield) = true) then.... the statement works
at other times, when I go
if (isnull(forms!formname!nameoffield) = true) then.... the statement does not work
however, if I change that statement to
if (forms!formname!nameoffield = "") then.... it begins to work again.
Is there a bug in Access or is there something I am doing wrong? Your help would be much appreciated.
Thanks
can someone perhaps explain this little problem to me? It regards an IsNull statement within an If statement.
sometimes when I go...
if (isnull(forms!formname!nameoffield) = true) then.... the statement works
at other times, when I go
if (isnull(forms!formname!nameoffield) = true) then.... the statement does not work
however, if I change that statement to
if (forms!formname!nameoffield = "") then.... it begins to work again.
Is there a bug in Access or is there something I am doing wrong? Your help would be much appreciated.
Thanks