BlueJay924
Well-known member
- Joined
- May 6, 2003
- Messages
- 46
Im using vb.net. How do i go about changing the location of where my access database is stored? For example, i have my database listed in c:/database.mdb. One group of users may be able to change the location to c:/newlocation/database.mdb. How can i alter my code so that it points to the new location without having to re-edit my code everytime i log in?