Greetings,

I built a form where a user enters an id and then a SQL statement is run using that id then populates a datagrid. In this case, I set up the connection to a production MS SQL db. However, I would like to add in 4 Select Case statments to point to differenty db's respectively. I have the code built to query the 4 other db's but I do not know how to code the radio buttons (Select Case) to point to a db when selected. I've never used Select Case functionality before so any help would be greatly appreciated.

Thanks,
J