J
JCrowe
I have a field that contains a possiblity of three
different values:
1. Field is empty (no data entered)
2. The word "FREE"
3. An invoice number
What I would like to do is build my query so that the
empty records and FREE records are not pulled up. Just the
records with an invoice number.
I have played with a couple of different expressions and
found that:
<> Free
Excludes both empty records and Free record. My question
is why ? And is this a safe way to go or is there
something better ?
Thanks,
JCrowe
different values:
1. Field is empty (no data entered)
2. The word "FREE"
3. An invoice number
What I would like to do is build my query so that the
empty records and FREE records are not pulled up. Just the
records with an invoice number.
I have played with a couple of different expressions and
found that:
<> Free
Excludes both empty records and Free record. My question
is why ? And is this a safe way to go or is there
something better ?
Thanks,
JCrowe