| Thread | Last Post | Replies |
|
| Mail Merging a Form with check boxes | 10 Mar 2005 03:02 GMT | 1 |
I am trying to take a created form that has entries plus checkboxes and create a mailmerge with it. I am not able to use the checkboxes unless the form is locked. However when it is locked, I can not select a different person. I am dumping our system database into excel which ...
|
| Page numbering on a mail merged document | 10 Mar 2005 02:58 GMT | 1 |
I'm still in the process of working through that mail merged document which seeks to create several hundred fully customised letters which include generic parts but which also has specifically tailored parts of each letter according to an access database which is being read. This ...
|
| mail merge field names | 09 Mar 2005 22:57 GMT | 4 |
How can I Loop through all the mail mertge fields in a document and display the field Name?
|
| Setting Label Default | 09 Mar 2005 22:31 GMT | 1 |
When you do a Mail Merge and select Label; it always defaults to the Label Products=Avery Standard. Is there a way of changing the default so that it starts at Avery A4 A5 sizes
|
| How toget a correct lay out of the address block in envelope wizar | 09 Mar 2005 22:30 GMT | 1 |
I tried to use Envelope Wizard. At the step where you put the Address Block (to recipient) where you want it, I centered it on the envelope. Then, when I previewed the envelopes, the first line (recipient's name) was in the correct position. The second line (box number) was ...
|
| mailmerge doc | 09 Mar 2005 22:21 GMT | 4 |
Ok...Hello all...I have a merge document that runs from a macro that keeps getting hung up in a certain area and was hoping someone might be able to assist...The line that keeps failing is the line with the stars (****). This use to work great and now all of a sudden it hangs ...
|
| using VB from Access worked with Word/Access2000, not 2002 | 09 Mar 2005 20:53 GMT | 9 |
I've written some VB code behind an Access form button that performs a mailmerge. It works great for Word/Access 2000. Here is a fragment: Set oApp = CreateObject("Word.Application") With oApp
|
| Can someone translate from word.basic to word.application for me?? | 09 Mar 2005 20:25 GMT | 2 |
I have a mailmerge program (actually written in FoxPro) that stopped working in Office 2003. I think I need to rewrite b/c it uses word.basic. Is there anyone that can translate my code into the word.application object? I think this is what I need to use?
|
| Setting up Bookmark help | 09 Mar 2005 14:19 GMT | 2 |
A couple of years ago I setup a word merge document that had a bookmark file associated with it so that when the data was merged with the main word doc and a field from this data contained the bookmark name that paragraph would print and only that paragraph. Can this still be ...
|
| I'm having trouble merging Word document with MS Works database. | 09 Mar 2005 10:40 GMT | 1 |
We have over 100 fields in a database created in MS Works. I successfully converted our merge documents to Word, and was finally able to merge with the database (after deleting some very long field entries), but it takes a full two minutes to import the data every time I open ...
|
| Mail Merge Length | 09 Mar 2005 10:19 GMT | 1 |
Am I to assume that for some idiotic reason, Microsoft Word developers have forced their own subjective length restrictions on Mail Merge fields?? Adding to my obvious frustration is the MS support page that is "not available".
|
| Mail Merge Wizard Problem | 09 Mar 2005 10:05 GMT | 1 |
When I use the mailmerge wizard in Word 2002 I follow the wizard along and select the address block thinking that it will add the complete address to my letter or label and all I get is the city diplayed in my letter or label. I have tried this over and over and still get the ...
|
| Mail Merge Compatibility | 09 Mar 2005 08:30 GMT | 7 |
I am in the process of upgrading a client’s office by ordering new PC's. Most users only need MS Word with a few needing MS Office XP Pro. I would like to save them some $$$ by ordering only what they need. They use a MS Access developed application that uses MS Word for the ...
|
| Complex merge | 08 Mar 2005 23:38 GMT | 1 |
Please advice me! I have an access database that has a query that produces a table like this: PupilName:Surname:Class:Target1:Target2:Target3 Test :Test :Art : .....
|
| mailmerge word.basic in Office 2003 | 08 Mar 2005 19:17 GMT | 2 |
using word.basics in previous version of word, the below work msword := createoleobject('word.basic'); try MSWord.chdir(dirname);
|