AccessDevJunior
Programmer
hya,
i have designed an application in vb6 i wish to distribute but if i compile it to an exe the route to my data source will be incorrect on other user's machines, currently the path is:
Source=F:\BCT\BCT_be.mdb;
i was wondering if it is possible to change it to this:
source = me.currentlocation(location of my.exe) & "BCT_be.mdb
if anyone could help me with this it would be a great help?
as well what is the 'package and development wizard'?
i have designed an application in vb6 i wish to distribute but if i compile it to an exe the route to my data source will be incorrect on other user's machines, currently the path is:
Source=F:\BCT\BCT_be.mdb;
i was wondering if it is possible to change it to this:
source = me.currentlocation(location of my.exe) & "BCT_be.mdb
if anyone could help me with this it would be a great help?
as well what is the 'package and development wizard'?