Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Importing / Linking / July 2005

Tip: Looking for answers? Try searching our database.

How do i create attachments that point to specific documents

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
James Hisey II - 14 Jul 2005 19:40 GMT
I'm trying to create a knowledge base in access and want to create a field
that will accept attachments or open to a specific word document or e-mail.  
Ideally the user would be able to click on the attachment and open the
supporting e-mail etc.

any ideas are welcome indeed.!!!

Signature

Jim

Klatuu - 14 Jul 2005 20:48 GMT
One way would be to add two fields to your table.  One would be a Hyperlink
data type containing the path and file name of the document and the other
would be a Text field containg the type of document.  For example, for a Word
document, you could store WINWORD.EXE in the document type.  Then when you
want the document to open, use the Shell function to open it.

strdoc = "winword.exe " & chr(34) & "C:\Documents and Settings\hargida\My
Documents\Admin Info\busmgmt dates.doc" & chr(34)
Shell(strdoc)

> I'm trying to create a knowledge base in access and want to create a field
> that will accept attachments or open to a specific word document or e-mail.  
[quoted text clipped - 3 lines]
> any ideas are welcome indeed.!!!
>  
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.