Help!
I am a beginner VB programmer, and would like to know if
it is possible to set a 'dynamic' path in VB's properties window?
desperatly waiting
Help!
I am a beginner VB programmer, and would like to know if
it is possible to set a 'dynamic' path in VB's properties window?
desperatly waiting
Through code you can use the app.path object and property to get the location of the executable. Then you could use app.path & "/database.mdb". This has to be done through code. Put it in the form_load event. I don't know of anyway to put that in the property box.