access to word -
hi,
i need to get information from an access database i created to a word template i made. I need to know the best possible way to do this. Also, if anyone know a better way to generate a letter automatically using specif information inputed into a access data base, it would be great. thank you all for your help and suggestions.
thankyou
danial
VB in Word 2000 -
I'm doing a mail merge in word with a table in an access database.
I'm trying to get VB in word to either check or un-check a word check box depending on a boolean field in the access table. The 'Document On Open' event in word doesnt seem to run when the document is fired from VB in
ms access/ vba display ms word preview window -
I was wondering how could you display a preview window of an ms word document from within ms access application.
I'd like to create word documents based on variables from my access database without needing to go from ms access window to ms word windows which gets messy once you want
Word DDE -
Hi, Just loaded up one of my old Word DDE functions which resides in an Access Database.
Alot of the old DDE commands seem to fail!!
I'm trying to use find and replace from Access - but keep getting a word basic call error message - and the call has change what I have sent??
Getting Word to access a Sql Server7 DB -
Hi Team! I currently have a Word word template with fields accessing an Access 97 database. However, I really want it to use SS7 DB instead. Thus far I haven't been able to access it. How is it done? Any thoughts appreciated!
Word and Access Database -
I am capturing data using an MS Access database and would like to be able to pass the Me![Fname], Me![MI], Me![Lname] to a MS Word document. The MS Word document template is formatted using various sorts of fonts and would hate to redue this in MS Access.
How can I have MS Access pa
[02/03] Need to create VB code to extract data from Access to Word -
Hi
I need to create a program in VB to extract data from Access into a Word document. I have three fields of data (full of text) and have tried exporting them to Word but it gets the formatting all wrong and I need to be able to cut and paste from this Word Doc therefore it is impo
getting position information from word into access with VBA -
In MS Word one can see at the bottom of the program the position of the cursus (page, row, line). When I select a singe letter in Word, I want to copy the position of this letter into a table in access. So basically, when I push on a button in Access, I want to get the position of the
Can you open Word threw Access VB -
Just wondering if you can make a button in Access to open up Word and fill in bookmarks like you can in VB. I know in VB you need to add a reference to Word, but I don't know if you need to do that in Access...
copy many access reports to word -
Dear friends,
(1) how to copy many access reports in to word for eg:- i have many reports to generate basing on one particular date criteria, i want to copy these data of each reports including its header in to one particular word file one by one.
please tell me the code for access a
Adding a list to Word through Access VBA -
Hello,
I'm trying to add a dynamic list to Word using VBA in Access 2000. I am using bookmarks on a word template to add other information from the database. But now I need to create a list in the word document and everything I try doesn't seem to work. I've tried making a list in t
Ms-word 2000 Vba Question -
Does anybody know how to disable word from issuing warnings such as levels of undo due to memory etc.
Ideally its like in Access where u can say
docmd.setwarnings = false
I need to know the equivalent command for word VBA.
I have a VB program that generates catalogues fro
URGENT: Reporting Access db items into Word!!! -
Hi,
I'm quite new to VB. I've created an application in VB with MS Access as my database. I was using Data reporter to do my reports but its sucks!!!
Now someone told me that I could create reports in MS Word. If I can, then how can i do it so I could invoke it in VB but the repo
Automation with Word -
I'm using VB6 to automate creating a word document based on data that a user enters into a form that is stored into an Access 97 database.
I can get the text from the database fields and replace them in the word document but I can't figure out how to "cut and paste" an OLE ob
Automation with Access97 and Word -
I'm using VB6 to automate creating a word document based on data that a user enters into a form that is stored into an Access 97 database.
I can get the text from the database fields and replace them in the word document but I can't figure out how to "cut and paste" an OLE ob
Saving WORD document in an ADO OLE Object -
I am trying to save a WORD document fragment in and OLE Object in Access. I am using VB5/DAO 2.7.
From within Access I can paste in word documents, but can't do it programmatically.
I have a WORD.Document object that I can manipulate, and an ADODB.Recordset object including the
Word to Access -
In Access you can output a report as an rtf. Then of course Word would be able to open it. Is there a reverse to this? I know Word can output as an rtf but I can't seem to find a way to import this rtf as an Access Report template. Any ideas would be helpful.
MS Word 2k opens MS Access 2k -
I am opening a word doc from vb and doing a mail merge, which works fine, but on one of the machines that I am testing it on it opens Access also. The machine is running XP and does not have Vb installed on it. The program was packaged up and installed on the XP machine successfully
Calling Word Documents -
I am creating a program where a user will select a certain word document to be print along with a list of other relevant data. For example, I need to be able to select a specific word document that exists, (either in the Access database or on the user's computer).
How do I access a
how do I enable access to other word documents while a form is open -
Hi,
I'm developping a word wizard with a number of textboxes a user is expected to fill in. It so happens that most of the texta user would fill can be copied from another word document.
Therefore, ideally, I would like the user to be able to switch to the word document, copy the d
Parsed string into db fields -
Hello All -
Looking for some help with the following...
I'm reading a text file into VB, parseing out a boatload of junk data, and I am left with a string delimited by "|". Between the "|" is data seperated by spaces and the "|" indicates a new
closing word from Access -
Help..... I use the hyperlink on my Access97 application to open a instruction file(Microsoft Word). How can I make the Word application closes itself when when the Access application is closed?
Word & VBA -
Hi,
Does anybody know a good site for developping app in Word? I need to make some reports. I have a VB app and a SQL Server database, and I need in Word to access this database. Is there a kind of Form_Load in VBA of Word? Help me please
Thanks
MS Word to Access (formating problem) -
Hi..
i have some text got from web pages to ms word . then i paste this text to MS Access (MEMO field)...
when i paste it , it clean the spaces between line(ie the paragraph) has been deleted) here is the example..
The text in word document
This is line one. here is
Opening Word document in database -
I am using VB6 and Access 97. I have a table in Access that contains
Word Documents as OLE Objects. What I want to do is click on a button in my VB project and this will open the relevant Word document from the table and I am pretty clueless about how to do this. Any help would be a
Insert Rich text into a word doc from another app -
I am trying to insert Rich text into a Word doc, the source of the RT being another app and I do not want to use the clipboard.
I found this thread:
http://www.vbforums.com/showthread.p...htext+and+word
that describes the reverse of what I'm trying to do. Are there VBA methods
datareport to word -
Hi ,
I have created a report in ms access which iam able to access from a vb form by referencing the access object library. I want the report to be converted into a word document.
How can i do that..Please help me with an example of sample code.
Harry.
problem word form writing to access tables -
I have spent some time searching for an answer here but with no luck. So now I have to be a pest and ask.
I have created a word form with various controls. On the bottom of the form is a submit button. When this button is pressed by the user, the word doc is mailed as a attachm
AxWebBrowser -> Word -> access to Controls -
Hello,
i don´t have problems to show the word document in webbrowser control. But i need access to textboxes, listviews and so on in this word doc from my code in VB .Net 2003. I should read and write text to this controls, but i have no idea how to realize. If anyone have an idea
access to word -
hi,
i need to get information from an access database i created to a word template i made. I need to know the best possible way to do this. Also, if anyone know a better way to generate a letter automatically using specif information inputed into a access data base, it would be gre
Controlling Word Or Excel (Resolved) -
Hi,
I've done it in VB no problem. Create an object assign it to application.Word or application.excel and away you go. However, in VBA (MS Access) Object function/type doesn't exist.
Does anyone know how to get an object of Excel/Word in VBA (Access) ? It has to be simple cause
Referencing object library -
Hello everyone,
Please help me, I'm creating a program in VB that will access data in an access database.
I have to create an automated letter in Word as well as create a few graphs using Excel.
I've gone to 'Add Reference' and have referenced the Word and Excel object librari
SQL queries in VB (Resolved) -
I am creating a dictionary and querying an Access Database using a word in a foreign language. I want any results that are close in spelling to the word entered to be returned. I also want it to allow for accents and hyphens that have been left. For example letters like á í é ó ú.
Access with word -
I have a word document with bookmarks. I also have a database in access with a form. On the form is a button, when the user clicks on the button, i want to open the specific word document, transfer all the information from the text boxes to the relevant bookmarks and then print it of
Word macro reading from an access database -
Help!
I'm a VB6 programmer and have no idea about how to use vb within word.
I want to write a macro that scans a word document for a phrase that matches an entry in an access database and automaticaly replaces it with another field in that database.
Any help at all would be g
Word Problem -
Word crashed halfway though creating my latest Technical Design document.
I now can't open the doc because word thinks it it still in use by someone else - even though that someone else is me.
How can I regain access to it?
VB and Word -
I want to use the Word mail merge capacity from VB. This is, from my VB program, I want to print the same Word document many times, inserting data form an Access database in each one.
How can I do that?
Thanks!
word document storage HELP!!!!!!! -
hello,
i have been trying to solve this problem for a month now. i have made alot of posts for it so i apologize if you already read a previous one and could not answer it. i figure someone has to know out there.
ok, i have a notepad computer with a touchscreen. i need to make fo
How to Read a Word Document -
I wanted to read a Microsoft Word Document ( 2000 ) and retrieve the content word by word which is seperated by a blank space and store it in a database ( Access or Oracle).
Find case senstive Records from Access -
Hi people,
I'm tryimg to find records from an Access table, where the record should be case sensitive to the request.
eg: Select word from Dictionary where word ='A'
In the table, there may be 'A' as well as 'a', but the recordset returned to me should contain only 'A'. I'm not
Screen updating speed -
Hello,
I have a strange problem. If I remote control word from an access app, insert a document and begin to replace bookmarks in the word document with information from the Access database, it replaces the bookmarks very slowly. If I click away from the word document, so that somet