E
Eric D.
Hi,
I'm having a lot of trouble with the .Filter method. I'm
trying to have a clause that states; only show result that
have some field = to NULL.
I tried:
rstTemp.Filter = "someField IS NULL"
and
rstTemp.Filter = "ISNULL(someField)"
and
rstTemp.Filter = "someField = NULL"
Nothing works. Someone point me in the right direction.
TIA,
Eric
I'm having a lot of trouble with the .Filter method. I'm
trying to have a clause that states; only show result that
have some field = to NULL.
I tried:
rstTemp.Filter = "someField IS NULL"
and
rstTemp.Filter = "ISNULL(someField)"
and
rstTemp.Filter = "someField = NULL"
Nothing works. Someone point me in the right direction.
TIA,
Eric