Hi there,
I would like to run a select query from a string. basically I want to store the SQL statements in a texbox and click a button to run the code.
Textbox contents =
SELECT CurrentVersion.AreaTeam, CurrentVersion.Version, CurrentVersion.Selected
FROM CurrentVersion
GROUP BY...