J
Jim Jones
Hi,
I need to create a query that will display only the records where one
of the fields (which is text) in the set is blank, and another field
which is numeric is 0.
The query is has two tables. One is the primary key, but NO fields are
selected from it. The only fields selected are from the many side
table.
The actual query in use is used by a form.
But that form, due to a quirk with the "next record" button, creates
extra, uneeded records, and insists on saying "filtered" next to it.
No one seems to have an answer for that problem.
So, I want to create a duplicate query, with the criteria above to
delete those extra records, and either set it to a button, or code,
upon opening the pop-up form.
WHAT I NEED FROM THIS NG:
What I'd like to know from here, is why my query isn't working, when
put =" " In the "queryfield1" and on "row" where I put the >0
cireteria, under "queryfield2".
It will still show some of the 0 records with Blank "queryfield1"
fields.
I need it to display all the records that have blank queryfield1
fields AND all records which have 0 in the queryfield2 fields.
I need this to be done in one query.
Thanks,
Jim
I need to create a query that will display only the records where one
of the fields (which is text) in the set is blank, and another field
which is numeric is 0.
The query is has two tables. One is the primary key, but NO fields are
selected from it. The only fields selected are from the many side
table.
The actual query in use is used by a form.
But that form, due to a quirk with the "next record" button, creates
extra, uneeded records, and insists on saying "filtered" next to it.
No one seems to have an answer for that problem.
So, I want to create a duplicate query, with the criteria above to
delete those extra records, and either set it to a button, or code,
upon opening the pop-up form.
WHAT I NEED FROM THIS NG:
What I'd like to know from here, is why my query isn't working, when
put =" " In the "queryfield1" and on "row" where I put the >0
cireteria, under "queryfield2".
It will still show some of the 0 records with Blank "queryfield1"
fields.
I need it to display all the records that have blank queryfield1
fields AND all records which have 0 in the queryfield2 fields.
I need this to be done in one query.
Thanks,
Jim