mostuniquename
New member
- Local time
- Today, 13:04
- Joined
- Feb 21, 2007
- Messages
- 7
Here is my problem. I have a table with a lot of columns. I want the user to be able to select which column he wants to display in a query/report, how do I do that? Is there some kind of way to do a command
SELECT
.[like [user input]]
either in SQL or Query Design, so that a form would pop up and ask user for input, and then display column whose name corresponds to that input.
SELECT
either in SQL or Query Design, so that a form would pop up and ask user for input, and then display column whose name corresponds to that input.