Folders

J

Jeffry Montalvo

Hello Everyone,
I would like to set up a form which will have access to the computer's
directory so I can create a folder and save files to that folder within
access 2000?

Can someone help,
Thanks in advance...

JM
 
D

Dirk Goldgar

Jeffry Montalvo said:
Hello Everyone,
I would like to set up a form which will have access to the computer's
directory so I can create a folder and save files to that folder
within access 2000?

This is not a problem, in principle: you can read the folder structure
using the VBA Dir() function, and you can create a folder using the VBA
MkDir statement. Tell more about what you really want to do, and we can
probably give more detailed advice.
 
J

Jeffry Montalvo

Thanks a million for the quick response.
I am trying to set a patient directory. In that directory I will put in
their individual records, ie... scan files, pdf docs, word docs, etc...

thanks,
JM
---------------------------------------------------------------------------------
 
D

Dirk Goldgar

Jeffry Montalvo said:
Thanks a million for the quick response.
I am trying to set a patient directory. In that directory I will put
in their individual records, ie... scan files, pdf docs, word docs,
etc...

Hmm. That could get pretty involved. But look at Arvin Meyer's
document management database, downloadable from here:

http://www.datastrat.com/DataStrat2.html

You may be able to adapt it, or some parts of it, for your purposes.
 

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

Similar Threads


Top