VB6.

I have a DataEnvironment connection set up at design time to connect to the ODBC Dialog box. However, I want the user to be able to choose another DSN connection when finished. I have a button whose commands are, so far:

Code:
Private Sub cmdChLocation_Click()
Set deODBC = Nothing
Call Form_Initialize
Call Form_Load
End Sub
What I really need is for the deODBC to be initialised to the settings at design time so another DSN can be chosen.