Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dataview rowfilter 1

Status
Not open for further replies.

zatch

MIS
Joined
Oct 11, 2001
Messages
75
Location
US
This seems like it should be easy, but I just can't figure this one out. In the example below, I have been successful in filtering out rows where [call_due] = (today). What I really want to do, however, is filter where [call_due] is null. I'm sure the answer is simple, and I hope someone can help.

Thanks.

"Username = '" + strUsername + "' and call_due = '" + Date.Today & "'"
 
"Username = '" + strUsername + "' and call_due IS NULL"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top