A
Antavas
I have a query I'm trying to put together. I have some initial information
but then I have 11 columns of items we evaluate for each record. If an item
pertains to a record we put an X in the field but if it doesn't we leave it
blank. So each record might have any number of X's or even no X's
My problem is that I'm trying to query the records that we've put X's on but
it isn't working. I've tried putting "Is Null" under all 11 columns but all
that does is remove the 15 records that have X's. I've tried "Is Not Null"
under all 11 columns but then I get no records back at all.
How do I get my query to return the 15 records that have X'd items?
but then I have 11 columns of items we evaluate for each record. If an item
pertains to a record we put an X in the field but if it doesn't we leave it
blank. So each record might have any number of X's or even no X's
My problem is that I'm trying to query the records that we've put X's on but
it isn't working. I've tried putting "Is Null" under all 11 columns but all
that does is remove the 15 records that have X's. I've tried "Is Not Null"
under all 11 columns but then I get no records back at all.
How do I get my query to return the 15 records that have X'd items?