A
Afrosheen via AccessMonster.com
I have this code:
If Me.Text2 < Me.EndDate Or Len(Nz(Me!Text2, "")) = 0 Then
msgbox "testing"
endif
What i'm trying to do is to check the string text2 for two variables.
1 is it less than the EndDate
2 is it empty or does it have something in it.
I keep getting the error invalid use of null.
I'm not sure the code is correct.
I thank you for checking this and reading this.
If Me.Text2 < Me.EndDate Or Len(Nz(Me!Text2, "")) = 0 Then
msgbox "testing"
endif
What i'm trying to do is to check the string text2 for two variables.
1 is it less than the EndDate
2 is it empty or does it have something in it.
I keep getting the error invalid use of null.
I'm not sure the code is correct.
I thank you for checking this and reading this.