changing directories

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Can I get Access (2k) to move 'down' a directory to where some of my files are,
then go 'back up', so it can go back 'down' into the next? If so, how?

Thanks in advance,

Tom
 
Tom said:
Can I get Access (2k) to move 'down' a directory to where some of my
files are, then go 'back up', so it can go back 'down' into the next?
If so, how?

In what context? You can use the ChDir statement to change the Windows
"current directory", but it has little practical application in a code
context, since every function and statement I can think of that involves
files also includes the ability to specify the complete folder path.
 
You are correct. I found this out only *after* I sent my original
email. But I do thank you for answering.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top