N
NoviceAccessUser-Melanie
I don't use Access often, so I know the issue I am struggling with is due to
my inexperience. I have several queries based on 3 tables. For the 1st
criteria, I use the selection from a form. I recently added a 2nd criteria
which is "Not "Terminated" or "Is Null". My expected results are all rows
that do not have the Status code Terminated and also include rows that do not
have as assigned status (nulls). With the 1st criteria, it works like a
charm. but when I added the 2nd criteria, it loses the 1st criteria and just
gives me a random rows with different values from the 2nd criteria.
Here are the expressions I am using:
Criteria 1: Like [Forms]![frmSelectFund]![txtFund]
Criteria 2: <>"Terminated"
Is Null
Please let me know what I'm missing. Your help is much appreciated.
my inexperience. I have several queries based on 3 tables. For the 1st
criteria, I use the selection from a form. I recently added a 2nd criteria
which is "Not "Terminated" or "Is Null". My expected results are all rows
that do not have the Status code Terminated and also include rows that do not
have as assigned status (nulls). With the 1st criteria, it works like a
charm. but when I added the 2nd criteria, it loses the 1st criteria and just
gives me a random rows with different values from the 2nd criteria.
Here are the expressions I am using:
Criteria 1: Like [Forms]![frmSelectFund]![txtFund]
Criteria 2: <>"Terminated"
Is Null
Please let me know what I'm missing. Your help is much appreciated.