hyperlinking to external files from access

reb0101

Registered User.
Local time
Today, 22:44
Joined
Oct 29, 2006
Messages
27
hey all,
I would very much appreciate any help or ideas on how to do this as I am stumped.
I need to develop an access database to track documents but also link to them.
I’ll explain what it needs to do;

Every day there is a numbered (and titled) Word format document that is sent.
Most, but not all of the time an accompanying excel file is also sent. The excel file is used for updates to the word document of the same name.
Lets say the word document is titled DW101.1.doc and the Excel file is called DE101.1.xls
The first would signify it is a Word document by D (being short for Document) and W for Word.
The 2nd would be D for document and E for Excel, and then a number which is 101.1.

They are saved in a folder on the hard drive.
Each time these documents are recd then the Access Database is opened and info about those documents is entered. The document name, date, subject, number etc.
There will also be 3-4 fields that are also filled out with terms from the content of the document that could be searched by those 3-4 fields.
So as each document is recd, it’s opened and ‘scanned’ for relevant terms and or content.
That content is what will be filled in the search fields and then the subject will be the ‘main’ searchable item.

All this so far I can do with no problem.
It’s this part that’s making me crazy.
What I would really like to do is when the document(s) come in and are saved in the folder, from access you can open a dialog box, browse to that folder, and click in the file to associate it with the entry you are making for it in the database.
That way when a search is done with terms or words or subjects that match that document it will bring up the results of the search as a hyperlink that will open that document.

The people that will be using this are not very computer literate to say the least.
I could create a link to the document but I would have to be in design mode and it won’t show up as a record in a table.
Any ideas would be very much appreciated……………..

reb0101
 
have a look at the attached - none of my work
this gives a form that is opened up
I've being trying to do this

make directory (easy and done)
then get this form to open this directory up
this will allow you to view all files in the directory
 

Attachments

and if you figure how to do this let me know I'm 90% their but not quite and its been driving me nuts

I have a d/base and I push the button and create folder
in 2 parts number and name
so I end up with
C\temp(or whatever)\12345(space) [field name] Bertie Basset
C\temp\12345 Bertie Basset

I intend to store all docs, excel amd pdf in this foled that relate to this reference
then form will open this up

I can hard code it to work - but getting to change for every reference number name has thrown me

but it might help you

regards
 

Users who are viewing this thread

Back
Top Bottom