I am trying to allow the user to pick what they want to show from a database.
I use:
VB Code:
strsql = "Select '" & txtitems.Text & "' from Invoice;"
txtitems.text will actually equal * (all).
This brings up just on colomn in the ms flex grid field header expr1000 then it has many rows all with * in them.
When i replace the txtitems.text with *, it shows everything just as it should.
Is there a way that i can allow for the user to select the fields without giving me undesired effects????????




Reply With Quote