Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access
|
Access Discussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 18th, 2006, 04:45 PM
Authorized User
 
Join Date: Jun 2003
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
Default Using an Access Database in Word

Hello all

I need to create a document that contains a large amount of data that is stored in an Access Database. That Data is to be displayed as a table in the word doc. In general I can do that pretty easy, but if the user changes the Data in the Word document, I would want that data as well changed (or updated in the Access Database. Preferrably without opening the Access application. Is there a way to do that?



... there is always more to learn...
__________________
... there is always more to learn...
 
Old October 19th, 2006, 10:21 AM
Friend of Wrox
 
Join Date: Mar 2004
Posts: 3,069
Thanks: 0
Thanked 10 Times in 10 Posts
Default

Generally, No.

Word merges are generally snapshots of data and not updateable.

I am sure there is a way to do this using a button on the toolbar which compares the data in the doc to data in the sending table and makes updates, but what a kludge.

Why don't you want to give them a form in Access?

mmcdonal
 
Old October 19th, 2006, 01:25 PM
Authorized User
 
Join Date: Jun 2003
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks mmcdonal
The problem is that the document is a secification document, which contains a bunch of word processing and formatingthat Access can't provide. Access is just too complicated to write a 20 page document in as a form. The idea was to use Word as a simple wordprocessor, with all the formatting stuff etc. adding the records from the database into a table (no problem here) , and if possible update the database out of the word document (some form of linking or data binding perhaps).
Even if the procedure you mentiond is a "kludge"... you know how to do exactly that?

Thanks for your reply in advance.

Toran


... there is always more to learn...





Similar Threads
Thread Thread Starter Forum Replies Last Post
Word Doc from Database NinaWilliam ASP.NET 1.0 and 1.1 Basics 2 August 22nd, 2006 11:41 PM
Using Word in Access rrenaud BOOK: Access 2003 VBA Programmer's Reference 0 July 25th, 2006 10:59 AM
Saving Word file into Database melvik SQL Server 2000 4 November 28th, 2005 09:12 AM
Saving Word file into Database melvik C# 0 March 8th, 2004 07:36 AM
Uploading Word to Access database jenty_c Pro JSP 0 January 11th, 2004 01:37 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.