Results 1 to 2 of 2

Thread: Set a non-absolute path for an ACCESS database through VB's properties window!

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    116

    Exclamation

    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

    0101011001000010
    01101111011011100110110001101001011011100110010101110010

  2. #2
    Member
    Join Date
    Aug 2000
    Posts
    51
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width