What is the syntax for testing for blank cells within a select statement. It seems to consider them identical to 0, and this will not always be the case. If the cell contains zero it is valid data and must be viewed differently than is there is nothing there.
If I use Case Null:
it skips right over it.
Thanks.
If I use Case Null:
it skips right over it.
Thanks.