V
Vadimbar
Hello I have two if then statements.
1. If [Text40] = "" Then
[Text40] = Now()
End If
works just fine I can step through it no problem.
2.If [Text46] = "" Then
[Text46] = Now()
End If
Always bypasses the then statement and goes directly to End if. Even though
the value is null. What could be causing this?
The fields are the same type in every way. Any ideas?
Thank you
Vadimbar
1. If [Text40] = "" Then
[Text40] = Now()
End If
works just fine I can step through it no problem.
2.If [Text46] = "" Then
[Text46] = Now()
End If
Always bypasses the then statement and goes directly to End if. Even though
the value is null. What could be causing this?
The fields are the same type in every way. Any ideas?
Thank you
Vadimbar