C
Chris
I posted this a couple of days ago but I can't seem to find the post so I am
asking it again. I have a Select Query that I would like it, when prompting
me to specify what information it should show, to give a drop down list for
me to pick specific information from. That is, I want it to have a list from
me to pick from when it asks the question.
The SQL that I have been using is:
SELECT SecurityGroupNames.SecurtyGroupName, CompleteList.UserName
FROM SecurityGroupNames INNER JOIN CompleteList ON
SecurityGroupNames.SecurityGroupNamesID = CompleteList.SecurtyGroupName
WHERE (((SecurityGroupNames.SecurtyGroupName)=[Please enter Security Group]));
I don't know if this needs to be changed in any way. I want the list to
come from the SecurityGroupName table that it shown above. Not sure what I
need to do differently here. Please help.
asking it again. I have a Select Query that I would like it, when prompting
me to specify what information it should show, to give a drop down list for
me to pick specific information from. That is, I want it to have a list from
me to pick from when it asks the question.
The SQL that I have been using is:
SELECT SecurityGroupNames.SecurtyGroupName, CompleteList.UserName
FROM SecurityGroupNames INNER JOIN CompleteList ON
SecurityGroupNames.SecurityGroupNamesID = CompleteList.SecurtyGroupName
WHERE (((SecurityGroupNames.SecurtyGroupName)=[Please enter Security Group]));
I don't know if this needs to be changed in any way. I want the list to
come from the SecurityGroupName table that it shown above. Not sure what I
need to do differently here. Please help.