M
minofifa
Hi again everyone. I really appreciate the help i've received in this forum.
As I've mentioned, I'm new to Microsoft development, but I am interested in
using Access (an the other MS Office tools) to create a small business
application.
My situation is this: The company has a list of clients, who in turn have
various resources associated with them (word docs, excel docs, pdf's etc).
The file system on the fileserver looks liked this:
- Busniesses
- Foo Inc
- someDoc.doc
- someTable.xsl
- someOtherFile.pdf
- Bar Inc
.... etc more files
Employees for my company will be creating these documents for their clients
and adding them to the file system as appropriate. I have an Access database
that has information about all of the company's clients, but I would like the
database to present these various documents as attachments. I would like to
automate the process of adding these documents to the database, based on
their presence (and location) within the filesystem I've laid out above.
For example if an employee creates a new document (thisYearsDoc.doc) for Foo
Inc, I would like a script that periodically checks this directory and adds
any new files it finds to Foo Inc's record in the database. I suppose, for
robustness, that the script should check for changes and deletions too.
Is this type of automation possible / practical? I've been looking into
automation tools for Windows / Office and it seems like my choices are VBA
Macros in Access, VBScript, JScript or PowerShell. My current understanding
is that PowerShell is the latest and greatest, and I'm thinking what I'm
trying to do couldn't be done with an in-app VBA Macro for Access (i could
very well be wrong). Out of all this technology I'm most familiar with
JScript.
Again I really appreciate the help I've received here, and any advice would
be great.
As I've mentioned, I'm new to Microsoft development, but I am interested in
using Access (an the other MS Office tools) to create a small business
application.
My situation is this: The company has a list of clients, who in turn have
various resources associated with them (word docs, excel docs, pdf's etc).
The file system on the fileserver looks liked this:
- Busniesses
- Foo Inc
- someDoc.doc
- someTable.xsl
- someOtherFile.pdf
- Bar Inc
.... etc more files
Employees for my company will be creating these documents for their clients
and adding them to the file system as appropriate. I have an Access database
that has information about all of the company's clients, but I would like the
database to present these various documents as attachments. I would like to
automate the process of adding these documents to the database, based on
their presence (and location) within the filesystem I've laid out above.
For example if an employee creates a new document (thisYearsDoc.doc) for Foo
Inc, I would like a script that periodically checks this directory and adds
any new files it finds to Foo Inc's record in the database. I suppose, for
robustness, that the script should check for changes and deletions too.
Is this type of automation possible / practical? I've been looking into
automation tools for Windows / Office and it seems like my choices are VBA
Macros in Access, VBScript, JScript or PowerShell. My current understanding
is that PowerShell is the latest and greatest, and I'm thinking what I'm
trying to do couldn't be done with an in-app VBA Macro for Access (i could
very well be wrong). Out of all this technology I'm most familiar with
JScript.
Again I really appreciate the help I've received here, and any advice would
be great.