Hello all;
I have a form (in Access 2000) where the user should enter a date. I need to ensure the user didn't leave the box empty. I did a Degug.print on this control when it is empty, and it returns Null. Yet, when I do If Me.shipDate = Null Then ..., it doesn't execute the Then part, meaning, it is returning false for the if test. Why? And how can I successfully test for an empty textbox?
Any help would be greatly appreciated.
Steve
I have a form (in Access 2000) where the user should enter a date. I need to ensure the user didn't leave the box empty. I did a Degug.print on this control when it is empty, and it returns Null. Yet, when I do If Me.shipDate = Null Then ..., it doesn't execute the Then part, meaning, it is returning false for the if test. Why? And how can I successfully test for an empty textbox?
Any help would be greatly appreciated.
Steve