Quote Originally Posted by dday9 View Post
You can certainly use the existing connection by doing something along these lines:

Code:
Dim con As OleDBConnectionString = My.Settings.ExistingConnectionString
Many times the connection string gets saved in the settings because it was added via the wizard tool in visual studios.
Thanks. Part of the problem w this app I think is that the whole thing was put together with wizards!!