PDA

Click to See Complete Forum and Search --> : Set a non-absolute path for an ACCESS database through VB's properties window!


VBonliner
Sep 26th, 2000, 05:54 AM
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

666539
Sep 26th, 2000, 09:06 AM
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.