acarterczyz
Registered User.
- Local time
- Today, 11:31
- Joined
- Apr 11, 2013
- Messages
- 68
Hi Everyone,
I'm having an issue getting my query to ommit records with a blank field - in fact, it ommits all records.
What I'm trying to do is:
I have a list of customers, with phone and email addresses. I want to filter via query for only customers with their email address's entered.
Here is what I have:
IIf([Forms]![AdvancedReporting]![Check230]=-1,"*",Null)
I'm having an issue getting my query to ommit records with a blank field - in fact, it ommits all records.
What I'm trying to do is:
I have a list of customers, with phone and email addresses. I want to filter via query for only customers with their email address's entered.
Here is what I have:
IIf([Forms]![AdvancedReporting]![Check230]=-1,"*",Null)