GaryWilsonCPA
Technical User
I have a dataconnection that is used throughout my program. ""\DublinFundRaising\DublinFundRaising.mdb""
I would like to allow users to have the MDB placed anywhere they want on there server. I want to build a utility to store the connection string (allowing users to edit it based on actual location)
Has anyone built something like this?
Basically I would use a textbox.text to store the data on my main menu and then access it on each form that needs the connection string.
Where should I place the string so that all forms can have access to it? What is the best way to store it?
Gary
I would like to allow users to have the MDB placed anywhere they want on there server. I want to build a utility to store the connection string (allowing users to edit it based on actual location)
Has anyone built something like this?
Basically I would use a textbox.text to store the data on my main menu and then access it on each form that needs the connection string.
Where should I place the string so that all forms can have access to it? What is the best way to store it?
Gary