Hi,
I have a table for Employees where the EmployeeID is sorted Ascending. How can i just have the EmployeeID records with more than one record shown? I don't want the EmployeeIDs grouped but need to see the unique entries in another Comments column. All I could think of was to Count it but then I couldn't specify ">1" in the criteria because of an error message saying it won't accept aggregates?
ie.From: EmployeeID
1
1
2
3
3
3
To: EmployeeID
1
1
3
3
3
And not: Employee ID
1
3
Thanks,
Derek
I have a table for Employees where the EmployeeID is sorted Ascending. How can i just have the EmployeeID records with more than one record shown? I don't want the EmployeeIDs grouped but need to see the unique entries in another Comments column. All I could think of was to Count it but then I couldn't specify ">1" in the criteria because of an error message saying it won't accept aggregates?
ie.From: EmployeeID
1
1
2
3
3
3
To: EmployeeID
1
1
3
3
3
And not: Employee ID
1
3
Thanks,
Derek