If the db is installed to the same directory as your app (or a subdirectory), you can just use App.Path within your
vb code to locate the db.
If its somewhere else, you can try putting the path in the registry, or creating a DSN that contains the path and using that to connect to your db.
hth
Phil