G
Guest
I have a date field in a list box. The date contains a date (e.g. 4/4/2004) or Null. I am using IsNUll to test the date but it always returns false to me. the code is
If IsNull(Me!OrderSummary.Column(5)) Then ...
Please help.
If IsNull(Me!OrderSummary.Column(5)) Then ...
Please help.