L
Louie
I have a combo box on a form to look up a list of operators now keep in mind
we have 3 plants and I need to be able to look up ALL the operators, a
specific operator or grouped by "plant 1" or "Plant 2" or "plant 3"- It only
gives me the operators individually right now See below:
SELECT Organizations.OrganizationID, [Organizations].[InspectorNum] & ' -
' & [Organizations].[Company] AS Name
FROM Organizations
WHERE (((Organizations.InactiveEmp)=No) AND ((Organizations.InspectorNum) Is
Not Null))
ORDER BY [Organizations].[InspectorNum] & ' - ' & [Organizations].[Company];
we have 3 plants and I need to be able to look up ALL the operators, a
specific operator or grouped by "plant 1" or "Plant 2" or "plant 3"- It only
gives me the operators individually right now See below:
SELECT Organizations.OrganizationID, [Organizations].[InspectorNum] & ' -
' & [Organizations].[Company] AS Name
FROM Organizations
WHERE (((Organizations.InactiveEmp)=No) AND ((Organizations.InspectorNum) Is
Not Null))
ORDER BY [Organizations].[InspectorNum] & ' - ' & [Organizations].[Company];