Robertaccessnewb
New member
- Local time
- Today, 09:40
- Joined
- Dec 3, 2022
- Messages
- 2
I am really stuck on this one:
I need to display and EDIT the data from this query:
FROM THIS:
TO THIS:
Snapshot of my real rwa Data:
This is my Crosstab query, which i cant edit of course:
I know when I do a crosstable query i cant change the values.
How can I set up a query or a form to show the valuefields in different columns?
Sorry but i am a newb.
I need to display and EDIT the data from this query:
FROM THIS:
NAME | ITEM | VALUE | VALUE_ID |
TOM | 1025 | 9,3 | 47 |
TOM | 1025 | 44,9 | 40 |
TOM | 1025 | 3,1 | 46 |
SUE | 1025 | 8,9 | 47 |
SUE | 1025 | 45,0 | 40 |
SUE | 1025 | 2,8 | 46 |
TO THIS:
NAME | ITEM | VALUE_ID=47 | VALUE_ID=40 | VALUE_ID=46 |
TOM | 1025 | 9,3 | 44,9 | 3,1 |
SUE | 1025 | 8,9 | 45 | 2,8 |
Snapshot of my real rwa Data:
This is my Crosstab query, which i cant edit of course:
I know when I do a crosstable query i cant change the values.
How can I set up a query or a form to show the valuefields in different columns?
Sorry but i am a newb.
Attachments
Last edited: