J
Jeff Rush
I tried this and when I hard code the names as you noted in the second
example it work flawlessly.
However, I tried to modify your wonderful code to make things a little more
manageable and modified it to:
SELECT tblSurvey.Name, tblSurvey.Source, tblSurvey.REFER_TO,
tblSurvey.ACTIVITY_NUM, tblSurvey.shuffle
FROM tblSurvey
WHERE tblSurvey.[Name] Not In (HelpDeskPPL.[HlpDskName]);
So I could simply administer the list of people from the HelpDeskPPL table.
However when I do this I get an Enter Parameter window. Do I need an *
somewhere in the NOT IN statement??
Thank You!
Jeff
example it work flawlessly.
However, I tried to modify your wonderful code to make things a little more
manageable and modified it to:
SELECT tblSurvey.Name, tblSurvey.Source, tblSurvey.REFER_TO,
tblSurvey.ACTIVITY_NUM, tblSurvey.shuffle
FROM tblSurvey
WHERE tblSurvey.[Name] Not In (HelpDeskPPL.[HlpDskName]);
So I could simply administer the list of people from the HelpDeskPPL table.
However when I do this I get an Enter Parameter window. Do I need an *
somewhere in the NOT IN statement??
Thank You!
Jeff