blindlemonray
Technical User
I have a table with headings like this:-
Client Code user1 user2 user3
A A1 20 7
B B2 9 5
C C3 5 10
I would like to query this table but end up with Client, Code and a user of my choice. I know I can enter sqaure brackets in a query and then enter my own parameter but I would like to enter my own parameter for the column I want to be displayed. So when i run the query it would ask me "which user?" I type user1 and end up with some like:-
Client Code user1
A A1 20
C C3 5
any pointers would be appreciated!
Thanks in advance...
Client Code user1 user2 user3
A A1 20 7
B B2 9 5
C C3 5 10
I would like to query this table but end up with Client, Code and a user of my choice. I know I can enter sqaure brackets in a query and then enter my own parameter but I would like to enter my own parameter for the column I want to be displayed. So when i run the query it would ask me "which user?" I type user1 and end up with some like:-
Client Code user1
A A1 20
C C3 5
any pointers would be appreciated!
Thanks in advance...