C
Chris
I have recently name a query and it is working how it should. However one
thing that I would like to add to it is a dropdown list of things to choose
from when it prompts me for information. Does anyone know how to set that
up? Is it something that I need to add to the SQL?? The SQL that I
currently use is shown below.
SELECT SecurityGroupNames.SecurtyGroupName, CompleteList.UserName
FROM SecurityGroupNames INNER JOIN CompleteList ON
SecurityGroupNames.SecurityGroupNamesID = CompleteList.SecurtyGroupName
WHERE (((SecurityGroupNames.SecurtyGroupName)=[Please enter Security Group]));
thing that I would like to add to it is a dropdown list of things to choose
from when it prompts me for information. Does anyone know how to set that
up? Is it something that I need to add to the SQL?? The SQL that I
currently use is shown below.
SELECT SecurityGroupNames.SecurtyGroupName, CompleteList.UserName
FROM SecurityGroupNames INNER JOIN CompleteList ON
SecurityGroupNames.SecurityGroupNamesID = CompleteList.SecurtyGroupName
WHERE (((SecurityGroupNames.SecurtyGroupName)=[Please enter Security Group]));