I want to use a statement that checks a field (in access)<br>
called "naam" and when it's empty it should perform an action:<br>
<br>
<% if rsProds("naam"
= "" then %><br>
field empty<br>
<% Else %><br>
<br>
field not empty<br>
<br>
<% End If %> <br>
<br>
But when this field is empty, this statement handles it like it's not empty<br>
<br>
Can anyone solve this problem?<br>
<br>
greetings,<br>
<br>
Tonny Wijnand <br>
called "naam" and when it's empty it should perform an action:<br>
<br>
<% if rsProds("naam"
field empty<br>
<% Else %><br>
<br>
field not empty<br>
<br>
<% End If %> <br>
<br>
But when this field is empty, this statement handles it like it's not empty<br>
<br>
Can anyone solve this problem?<br>
<br>
greetings,<br>
<br>
Tonny Wijnand <br>