J
J.C.
Here's one that eludes me.
I have a text box formatted as a Date control.
If nothing has been entered in the text box, it returns
Null.
If I programatically store a valid date in the text box,
and then clear the text box, it doesn't return Null, it
doesn't test to contain nothing (""), or a space " ".
Using the Intermediate window after my code stops at a
breakpoint, I can test the text box with a...
?Forms!FormName.DateTextBox
which returns Null.
I just need to test the text box progrmatically to insure
that there is a valid date in the control.
jc
I have a text box formatted as a Date control.
If nothing has been entered in the text box, it returns
Null.
If I programatically store a valid date in the text box,
and then clear the text box, it doesn't return Null, it
doesn't test to contain nothing (""), or a space " ".
Using the Intermediate window after my code stops at a
breakpoint, I can test the text box with a...
?Forms!FormName.DateTextBox
which returns Null.
I just need to test the text box progrmatically to insure
that there is a valid date in the control.
jc