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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get CurrentDiretory/path??

Status
Not open for further replies.

DJKAOS

Technical User
Jun 30, 2000
101
US
In Access 97 how do I get the current directory/path?

I tried
Dim MyPath
MyPath = CurDir

I also tried
Dim MyPath
MyPath = CurDir("C:") (I think)

but it says library not found for CurDir... any Ideas?

Thanks
 
Do you have Visual basic for applications in Tools References?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top