Hey Guys-
Any help with this one would me much appreciated. I am trying to run the following query and receive this error message "Undefined function 'distinct' in expression"
SELECT [Non Par].[Provider Name], [Non Par].[Provider #], Sum([Non Par].[Claimed Amt]) AS [Sum Of Claimed Amt], Sum([Non Par].[Paid Amt]) AS [Sum Of Paid Amt], Count(DISTINCT([Non Par].[Field2])) AS [Count Of Table1]
FROM [Non Par]
GROUP BY [Non Par].[Provider Name], [Non Par].[Provider #];
Any ideas on how to correct this error message. I've been finding some info on different variations of this error on MS help pages but can't find a solution. The version of Access being used is 2000 9.0.
Thanks in advance.
Dan
Any help with this one would me much appreciated. I am trying to run the following query and receive this error message "Undefined function 'distinct' in expression"
SELECT [Non Par].[Provider Name], [Non Par].[Provider #], Sum([Non Par].[Claimed Amt]) AS [Sum Of Claimed Amt], Sum([Non Par].[Paid Amt]) AS [Sum Of Paid Amt], Count(DISTINCT([Non Par].[Field2])) AS [Count Of Table1]
FROM [Non Par]
GROUP BY [Non Par].[Provider Name], [Non Par].[Provider #];
Any ideas on how to correct this error message. I've been finding some info on different variations of this error on MS help pages but can't find a solution. The version of Access being used is 2000 9.0.
Thanks in advance.
Dan