J
Joel
Hello,
By default, a date field is "None" until you type in a
date like 3/25/04.
In my script, I've tried these if statements and they do
not work:
If prps("DateField1") = "None" Then
If prps("DateField1") = "" Then
If prps("DateField1").value = "" Then
If prps("DateField1").value = "None" Then
Is this a valid if statement? Could it be that None is
not the default value? Please help.
Thanks - Joel
By default, a date field is "None" until you type in a
date like 3/25/04.
In my script, I've tried these if statements and they do
not work:
If prps("DateField1") = "None" Then
If prps("DateField1") = "" Then
If prps("DateField1").value = "" Then
If prps("DateField1").value = "None" Then
Is this a valid if statement? Could it be that None is
not the default value? Please help.
Thanks - Joel