i'm trying to create the following query:
from donation records i want all those records that have t05 in the donation type but not those that have '2005' in the memo field. now, if i type 'not like 2005' in the criteria for memo and t05 for the donation type field, i only get those fields that have something in the memo field, something other than 2005. in other words, i'm not getting the records with null value in the memo field. i've tried several things, but i can't make it work. please help!
from donation records i want all those records that have t05 in the donation type but not those that have '2005' in the memo field. now, if i type 'not like 2005' in the criteria for memo and t05 for the donation type field, i only get those fields that have something in the memo field, something other than 2005. in other words, i'm not getting the records with null value in the memo field. i've tried several things, but i can't make it work. please help!