I am somewhat new to Visual Studio and am not the strongest with deploying applications.I am wanting to deploy a simple windows application that connects to an access database but I want the end-user to be able to install multiple instances of this application on different machines and then access the one database on their network. How do I allow the end-user to browse and point to the .mdb file and then use that .mdb file as the db that the windows app relates to.
Any help would be greatly appreciated. Thanks