G
Guest
I'm using a make-table query to create a table of 4 fields. For one of the
fields there is a set of criteria, where, if the criteria is met, I don't
want that field data. But, I do want ALL the records nonetheless.
I tried putting the criteria
(Not Like "000*" And Not Like "?? " And Is Not Null) in the criteria
spot of that field. But, instead of only getting the data I want, the query
is excluding all the records that don't fit the criteria and I'm losing
referential integrity.
Thoughts?
fields there is a set of criteria, where, if the criteria is met, I don't
want that field data. But, I do want ALL the records nonetheless.
I tried putting the criteria
(Not Like "000*" And Not Like "?? " And Is Not Null) in the criteria
spot of that field. But, instead of only getting the data I want, the query
is excluding all the records that don't fit the criteria and I'm losing
referential integrity.
Thoughts?