R
ridgerunner
I tried for hours at work, today, to get this to work but I just do not
understand enough to determine how to write this in the query design window.
We have a table that contains employees' last name, first name and postion.
We have another table that contains employees' last name, first name and
required courses they have taken.
I have set a relation between the two tables on employees' first name and
last name and tried to set up the query to give us the names of store
managers that have not taken a certain course, using a query to gather all
store managers and a second subquery to give us the name of store managers
that have not taken a certain course. While I tried to make this work, I
received errors messages that "an ending bracket, parenthesis or bar is
missing" and another message about syntax errors or "the query can only
return one record" and sometimes the query runs but returns no records.
Can someone please help explain the exists syntax and what I might be doing
wrong?
understand enough to determine how to write this in the query design window.
We have a table that contains employees' last name, first name and postion.
We have another table that contains employees' last name, first name and
required courses they have taken.
I have set a relation between the two tables on employees' first name and
last name and tried to set up the query to give us the names of store
managers that have not taken a certain course, using a query to gather all
store managers and a second subquery to give us the name of store managers
that have not taken a certain course. While I tried to make this work, I
received errors messages that "an ending bracket, parenthesis or bar is
missing" and another message about syntax errors or "the query can only
return one record" and sometimes the query runs but returns no records.
Can someone please help explain the exists syntax and what I might be doing
wrong?