T
Tanya Lee
HELP...this is slowly but surely driving me crazy!
The purpose of my query is to find out who has NOT had additional training.
(Additional training is its own table)
I have a query with 3 tables. All tables are joined by employee ID. Query
works fine. If I run query at this point, I see all employees who have taken
additional training and what type of training it was. (EE ID and first and
last name come from the Employee Information table, Business Unit comes from
the Training table, and additional training information comes from the
Additional Training table).
I only want to see employees in our Las Vegas office, so under Business
Unit, I typed "las vegas" for the criteria. Query works fine.
Next, I only want to see who in the Las Vegas office has NOT had additional
training, so I typed "null" in the criteria under Training Date. I have 2
fields from the Additional Training table: Training Date and Description. I
tried to each one, I tried to take out one of the fields, I tried typing
"null" in both. No matter what I try, I get 0 results. Nothing comes back
when I run the query. I'm obviously not doing something right...do I have the
wrong idea about how to get 'blanks' returned?
Does anyone know what I could be doing wrong???
Thank you.
Tanya
The purpose of my query is to find out who has NOT had additional training.
(Additional training is its own table)
I have a query with 3 tables. All tables are joined by employee ID. Query
works fine. If I run query at this point, I see all employees who have taken
additional training and what type of training it was. (EE ID and first and
last name come from the Employee Information table, Business Unit comes from
the Training table, and additional training information comes from the
Additional Training table).
I only want to see employees in our Las Vegas office, so under Business
Unit, I typed "las vegas" for the criteria. Query works fine.
Next, I only want to see who in the Las Vegas office has NOT had additional
training, so I typed "null" in the criteria under Training Date. I have 2
fields from the Additional Training table: Training Date and Description. I
tried to each one, I tried to take out one of the fields, I tried typing
"null" in both. No matter what I try, I get 0 results. Nothing comes back
when I run the query. I'm obviously not doing something right...do I have the
wrong idea about how to get 'blanks' returned?
Does anyone know what I could be doing wrong???
Thank you.
Tanya