Thanks for the quick response!
Is Access powered by Jet SQL? I thought I had used this syntax before in Access.
If it will not support the Count(Distinct) systax any suggesstions on how to return the same values?
Dan
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]...
Hi Guys-
Any help would be much appreciated. I have a range of data (names) that I am trying to loop through and delete any instances where the name is repeating. Here is what I have so far.
Sub RemoveDuplicates()
Dim c As Range
Dim d As Range
Dim a, b, y, x, z, NewVal
For Each c In...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.