Filter Blank Records

  • Thread starter Thread starter Raj
  • Start date Start date
R

Raj

I have a combo box on my form that is used for filtering
by dates. What I would like to do is be able to filter
records without a date is this possible?
 
-----Original Message-----
I have a combo box on my form that is used for filtering
by dates. What I would like to do is be able to filter
records without a date is this possible?
.
Hi Raj,

use Is Null

Luck
Jonathan
 
Back
Top