specialk9203
New member
- Local time
- Today, 13:57
- Joined
- Dec 12, 2014
- Messages
- 5
In my form I have a dropdown box. There are 7 values and based on the value it will run that query in sql server. I would like to have the query open in the form instead of opening up on a different tab. Currently on the command button click there are a bunch of if statements depending on what is selected on the combo box. Each value has a query associated with it because there are 7 different sql server DB's. The code is slightly different with each query. any help insight would be great!