I have a database that split into a Front and Back ends, the back ends are replicated. The DB is used on several computers. Each computer uses a different user name thanks to the way XP file system is used, but the location of the dB is the same after each user. i.e.
C:\Documents and Settings\Jons\My Documents\Database\DBName.mdb
C:\Documents and Settings\Bills\My Documents\Database\ReplicaDBName.mdb
There is extensive use of VB in the Modules of the Front End.
Is there a way to set the location of the database globally so that you could update just one line of code for each DB with out having to update each occurance of the location of the DB.
C:\Documents and Settings\Jons\My Documents\Database\DBName.mdb
C:\Documents and Settings\Bills\My Documents\Database\ReplicaDBName.mdb
There is extensive use of VB in the Modules of the Front End.
Is there a way to set the location of the database globally so that you could update just one line of code for each DB with out having to update each occurance of the location of the DB.