Deploying an Access application

crom

Member
Joined
Jul 22, 2006
Messages
5
Programming Experience
10+
I have just developed my first VB.NET application which uses an Access DB.

When I deployed it the executable program expects the .mdb to be located in the folder on the development PC. How do I specify the location I want on the target PC in sufficiently general terms to meet the requirements of different users? (eg in the same folder as the .exe)

(NB I only have the standard edition, without the setup wizard)
 
Back
Top