Jun 24, 2002 #1 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
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
Jun 24, 2002 #2 Francis Programmer Jan 26, 1999 124 GB Do you have Visual basic for applications in Tools References? Upvote 0 Downvote