Gizem
Member
- Local time
- Today, 06:37
- Joined
- Nov 29, 2021
- Messages
- 30
Hello again and a Happy New Year,
today i have an other problem. I have an Access table and now i would like to sort it numerical.
MyTable seems like:
It is important by sorting it, to take the whole row like:
The order of Colomn two and three is important. I have to export the data of the NAMES by the right order.
I have read already that i need a query by coding.
today i have an other problem. I have an Access table and now i would like to sort it numerical.
MyTable seems like:
ID | POSITION | NAME |
78 | 0 | Mueller |
79 | 2 | Baecker |
80 | 1 | Scholz |
It is important by sorting it, to take the whole row like:
ID | POSITION | NAME |
78 | 0 | Mueller |
80 | 1 | Scholz |
79 | 2 | Baecker |
The order of Colomn two and three is important. I have to export the data of the NAMES by the right order.
I have read already that i need a query by coding.
Last edited: