Hi,
I'm running this query and it's coming back sorted and I was wondering if there was an option to just display them in table order?
SELECT DISTINCT ([Department Info].[DeptGroup]) AS Dept INTO DeptGroups
FROM [Department Info];
Thanks
PB
I'm running this query and it's coming back sorted and I was wondering if there was an option to just display them in table order?
SELECT DISTINCT ([Department Info].[DeptGroup]) AS Dept INTO DeptGroups
FROM [Department Info];
Thanks
PB