Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: encb
  • Order by date
  1. encb

    How can I get the current path with

    Sorry, I don't have the experience with VB4, but in VB6 I used: Dim db as Database dim strPath as String Set db = CurrentDb() strPath = db.Name The complete path and app name are then stored in the variable strPath. Hope this helps.

Part and Inventory Search

Back
Top