Hi,
Looking for some advice on a database here.
I need to make an access log type database which records certain data. This isn’t a problem.
But what I’d like to be able to do is have a control (or a some other way) that attaches a word document to the record. The reasoning behind this is that a folder is to be set up in a public drive where similar documents will be saved that relate to people. I’d like to record the details of each person, and when the document/documents arrive in the workplace. I can foresee a shed load of documents being stored in a folder with no particular order, hence the linking to the database.
Is this possible, and if so what is the best way to go about doing it?
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
Access database to save word documents (2000)
Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » Access database to save word documents (2000)
- This topic has 17 replies, 4 voices, and was last updated 20 years, 1 month ago.
AuthorTopicWSarmitageshanks
AskWoody LoungerNovember 22, 2004 at 12:39 pm #412571Viewing 1 reply threadAuthorReplies-
WSHansV
AskWoody LoungerNovember 22, 2004 at 12:44 pm #903301You can use a Hyperlink field to store the path of a Word document in an Access table. The user can use Insert | Hyperlink (or press Ctrl+K) to populate the field, and later on click the hyperlink to open the document. If you need to associate many Word docs with a single record in your main table, you will need to create a separate table linked to the main table in a many-to-one relationship.
-
WSarmitageshanks
AskWoody LoungerNovember 22, 2004 at 12:58 pm #903325Is there anyway to automate this?
Being on a networked system, I suspect that many users will be unwilling to find the Hyperlink to the appropriate word document. Is it possible for the user to ‘attach’ a word document from a source, which is then saved in a specific folder, and then have a hyperlink created to this document?
I think I may be wishing here………………….. -
WSHansV
AskWoody Lounger -
WSarmitageshanks
AskWoody LoungerNovember 22, 2004 at 1:20 pm #903361The documents will be emailed, although I suspect that attaching these will be impossible as their not saved.
The user will then save these either in My Documents, or a specific Folder on the Public Drive. What I’d like to do is attach theses by the way of a hyperlink to the database record. Similar to when you attach a file to an outgoing email, you search for the relevant file on the drive………….but do this from the database directly.
So, the user finds the relevant entry in access, clicks on a control (Attach document) that then allows them to search for the file to then attach a hyperlink to the record.As you can probably tell, I’m not 100% sure how to approach this. My guidelines are to create a database where users can easily record details of files and attached documents to. I’m trying to avoid anything to complicated or indepth. The database will solely contain two tables, TblPeople and TblDocuments. TblPeople to record the details of the individuals, TblDocuments to record the date the document is received, and what it is titled. One to Many relationship.
I’d like to make sure that people have access to each document in relation to each record. Eventually the amount of word documents will enter into the hundreds, hence some form of easy access to them. -
WScharlotte
AskWoody Lounger -
WSarmitageshanks
AskWoody Lounger -
WSarmitageshanks
AskWoody Lounger -
WSCaesar3
AskWoody LoungerApril 26, 2005 at 8:17 pm #943561I found this thread via a search for help in setting up a document management system. My rather fuzzy plan was to establish an Access database for the purpose. Then I ran into your response to armitageshanks. If “Access is not really suited to this,” can you suggest another approach?
I’ll say up front that we’re not in a situation where we can purchase some off-the-shelf document management software. My situation is similar to the other fellow’s: Writers scattered across the American landscape, East coast and West; draft documents floating about as email attachments. However, I do not foresee a shed filled to the rafters
-
WSHansV
AskWoody Lounger -
WSCaesar3
AskWoody LoungerApril 26, 2005 at 8:43 pm #943575Well…that’s a fair question. We recently finished one phase of a writing project, which involved five finished documents. The biggest piece finished out at 149 pages in .pdf. We experienced some turmoil in writing that document (and others, but I’ll use this as an example). At least four people wrote chunks of the document, each of whom started writing with a blank Word document. Formatting and paragraph numbering schemes were a mess, and almost no one could say with certainty which version of a document was the latest.
As we plan the next round, I propose to identify who will write which chapters, and I will design the template each writer will use. Each chapter will be a separate document (unless someone offers a better approach), and someone (perhaps I) will collect the individual chapters and assemble them into the whole document. While all this is going on, there’s editing, revising, and approval authorities to deal with. I simply want a system to keep track of who’s working on what, what revisions have been recommended, when the work is due and when it’s completed and who has the
document at any given moment.
I hope that makes sense.
-
WScharlotte
AskWoody Lounger -
WSHansV
AskWoody LoungerNovember 22, 2004 at 1:28 pm #903371> clicks on a control (Attach document) that then allows them to search for the file to then attach a hyperlink to the record
This is precisely what the Insert | Hyperlink menu option (and its shortcut Ctrl+K) does. If you want to do this from a command button, you can set focus to the control bound to the hyperlink field, then use
RunCommand acCmdInsertHyperlink
in the On Click event procedure. -
WSHansV
AskWoody LoungerNovember 22, 2004 at 1:28 pm #903372> clicks on a control (Attach document) that then allows them to search for the file to then attach a hyperlink to the record
This is precisely what the Insert | Hyperlink menu option (and its shortcut Ctrl+K) does. If you want to do this from a command button, you can set focus to the control bound to the hyperlink field, then use
RunCommand acCmdInsertHyperlink
in the On Click event procedure.
-
-
WSarmitageshanks
AskWoody LoungerNovember 22, 2004 at 1:20 pm #903362The documents will be emailed, although I suspect that attaching these will be impossible as their not saved.
The user will then save these either in My Documents, or a specific Folder on the Public Drive. What I’d like to do is attach theses by the way of a hyperlink to the database record. Similar to when you attach a file to an outgoing email, you search for the relevant file on the drive………….but do this from the database directly.
So, the user finds the relevant entry in access, clicks on a control (Attach document) that then allows them to search for the file to then attach a hyperlink to the record.As you can probably tell, I’m not 100% sure how to approach this. My guidelines are to create a database where users can easily record details of files and attached documents to. I’m trying to avoid anything to complicated or indepth. The database will solely contain two tables, TblPeople and TblDocuments. TblPeople to record the details of the individuals, TblDocuments to record the date the document is received, and what it is titled. One to Many relationship.
I’d like to make sure that people have access to each document in relation to each record. Eventually the amount of word documents will enter into the hundreds, hence some form of easy access to them.
-
-
WSHansV
AskWoody Lounger
-
-
WSarmitageshanks
AskWoody LoungerNovember 22, 2004 at 12:58 pm #903326Is there anyway to automate this?
Being on a networked system, I suspect that many users will be unwilling to find the Hyperlink to the appropriate word document. Is it possible for the user to ‘attach’ a word document from a source, which is then saved in a specific folder, and then have a hyperlink created to this document?
I think I may be wishing here…………………..
-
-
WSHansV
AskWoody LoungerNovember 22, 2004 at 12:44 pm #903302You can use a Hyperlink field to store the path of a Word document in an Access table. The user can use Insert | Hyperlink (or press Ctrl+K) to populate the field, and later on click the hyperlink to open the document. If you need to associate many Word docs with a single record in your main table, you will need to create a separate table linked to the main table in a many-to-one relationship.
Viewing 1 reply thread -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
National scam day
by
Susan Bradley
1 hour, 56 minutes ago -
macOS Tahoe 26 the end of the road for Intel Macs, OCLP, Hackintosh
by
Alex5723
6 hours, 19 minutes ago -
Cyberattack on some Washington Post journalists’ email accounts
by
Bob99
7 hours, 39 minutes ago -
Tools to support internet discussions
by
Kathy Stevens
14 hours, 29 minutes ago -
How get Group Policy to allow specific Driver to download?
by
Tex265
12 hours, 50 minutes ago -
AI is good sometimes
by
Susan Bradley
14 hours, 51 minutes ago -
Mozilla quietly tests Perplexity AI as a New Firefox Search Option
by
Alex5723
4 hours, 54 minutes ago -
Perplexity Pro free for 12 mos for Samsung Galaxy phones
by
Patricia Grace
1 day, 15 hours ago -
June KB5060842 update broke DHCP server service
by
Alex5723
1 day, 13 hours ago -
AMD Ryzen™ Chipset Driver Release Notes 7.06.02.123
by
Alex5723
1 day, 17 hours ago -
Excessive security alerts
by
WSSebastian42
8 hours, 31 minutes ago -
* CrystalDiskMark may shorten SSD/USB Memory life
by
Alex5723
2 days, 3 hours ago -
Ben’s excellent adventure with Linux
by
Ben Myers
4 hours, 28 minutes ago -
Seconds are back in Windows 10!
by
Susan Bradley
1 day, 14 hours ago -
WebBrowserPassView — Take inventory of your stored passwords
by
Deanna McElveen
7 hours, 58 minutes ago -
OS news from WWDC 2025
by
Will Fastie
18 hours, 16 minutes ago -
Need help with graphics…
by
WSBatBytes
22 hours, 30 minutes ago -
AMD : Out of Bounds (OOB) read vulnerability in TPM 2.0 CVE-2025-2884
by
Alex5723
2 days, 18 hours ago -
Totally remove or disable BitLocker
by
CWBillow
1 day, 17 hours ago -
Windows 10 gets 6 years of ESU?
by
n0ads
1 day, 21 hours ago -
Apple, Google stores still offer China-based VPNs, report says
by
Nibbled To Death By Ducks
3 days, 5 hours ago -
Search Forums only bring up my posts?
by
Deo
14 hours, 4 minutes ago -
Windows Spotlight broken on Enterprise and Pro for Workstations?
by
steeviebops
3 days, 17 hours ago -
Denmark wants to dump Microsoft for Linux + LibreOffice
by
Alex5723
3 days, 9 hours ago -
How to get Microsoft Defender to honor Group Policy Setting
by
Ralph
3 days, 17 hours ago -
Apple : Paragon’s iOS Mercenary Spyware Finds Journalists Target
by
Alex5723
4 days, 3 hours ago -
Music : The Rose Room – It’s Been A Long, Long Time album
by
Alex5723
4 days, 4 hours ago -
Disengage Bitlocker
by
CWBillow
3 days, 18 hours ago -
Mac Mini M2 Service Program for No Power Issue
by
Alex5723
4 days, 6 hours ago -
New Win 11 Pro Geekom Setup questions
by
Deo
13 hours, 53 minutes ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.