Does Access have the same functions like ROW_NUMBER() and PARTITION?

aspfun

Registered User.
Local time
Yesterday, 23:15
Joined
Apr 22, 2006
Messages
29
There is ROW_NUMBER() and PARTITION in SQL server 2008.

I can write code like

ROW_NUMBER() OVER(PARTITION BY ID ORDER BY COLOR)

Does Access have the same functions like ROW_NUMBER() and PARTITION?
Or, using code or query doing the same job?
 
Access does not have such functions and neither does VBA.
 

Users who are viewing this thread

Back
Top Bottom