Hi Again 
I have another If-related problem...
I am trying to make an If sentence compare if the field [Dato] from a table I have is greater than the Text field "Tekst27" and smaller than "Tekst29".
I have checked (by using msgbox) that both rst!Dato and Tekst27/29 returns a valid date (DD.MM.YYYY).
Still these If statements are not triggered.... Why not?
I have another If-related problem...
Code:
If rst!Dato >= Tekst27 Then
If rst!Dato <= Tekst29 Then TextFile.WriteLine (rst!Dato - rst!Medlemsnr)
End If
I have checked (by using msgbox) that both rst!Dato and Tekst27/29 returns a valid date (DD.MM.YYYY).
Still these If statements are not triggered.... Why not?