R
rdolds
I am attempting to use SQL to make a query choose a field based on a user
input into a table. A simple example would be a user inputs a number (74).
A query is ran to lookup data in a table with fields 1 through 100. I have
unsuccessfully tried to use a FROM statement similar to:
DataTable.[UserInputTable.Number]
Can I make a field name a variable?
input into a table. A simple example would be a user inputs a number (74).
A query is ran to lookup data in a table with fields 1 through 100. I have
unsuccessfully tried to use a FROM statement similar to:
DataTable.[UserInputTable.Number]
Can I make a field name a variable?