Skip to content
Advertisement

Access number identical fields with decimal number

I have a Table in Access and some field values are identical. If the field values are identical I want to have them numbered with decimal numbers. Is there a way to do this with SQL?

Below is an example of my table and what I want to do.


Advertisement

Answer

You can use a query having two subqueries:

Output:

enter image description here

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement