Suppose I have a multiLine textbox such as this one. I type SELECT [tablename] dot....(for example: tblEmployee.FirstName) Do you think it is possible to get a list that will show a list of possible attributes for the table? All the intellisense textboxes I've seen are single line.
I would like to be able to write a Select statement that will give a list of table names when i type a recognized table name. I recognize that I can do some type of string operation. I'm concerned more about the list that will pop up.
Thanks!