I have many tables (sp lists). I need for user to choose a table variable. Drivers_Alabama, Drivers_Ohio etc
User selects from drop down a text input Drivers_Alabama or Drivers_Ohio etc.
And then in next drop I need to use this text value as a table name, so it would be dependant on that.
I can use TableName as table value, but how to convert text input or inputs to table name? For example strings "Table" & "Name" should convert to TableName table.