P
pdberger
Good afternoon --
I've inherited a very flat db in which we store as many as 20 different
pieces of data for each record. That is, each record has to have a name and
location, and then 20 different parameters. They come in from different
sources, in different sequences. Once we receive them, they don't change.
I'd like to have a query presenting a list of records for which one or more
parameters are missing. I've tried creating two intermediate queries (each
with 10 'or' criteria) and then a third query from those two. I end up with
each record showing up about 50 times.
Is there some easier way, like if the count of the parameters is less than
20, or something like that?
TIA
I've inherited a very flat db in which we store as many as 20 different
pieces of data for each record. That is, each record has to have a name and
location, and then 20 different parameters. They come in from different
sources, in different sequences. Once we receive them, they don't change.
I'd like to have a query presenting a list of records for which one or more
parameters are missing. I've tried creating two intermediate queries (each
with 10 'or' criteria) and then a third query from those two. I end up with
each record showing up about 50 times.
Is there some easier way, like if the count of the parameters is less than
20, or something like that?
TIA