Folders and Access 2000

  • Thread starter Thread starter Lou Civitella
  • Start date Start date
L

Lou Civitella

How can I create a folder with Access 2000?
Also, how can I open this folder in windows explorer with Access 2000?

Thanks In Advance,
Lou
 
Try something like:

MkDir "C:\Test"
MkDir "C:\Test\Test SubDir"
Shell "Explorer.exe ""C:\Test\Test SubDir""", vbNormalFocus
 

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