Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docs:openoffice:mail_merge [2007/03/27 11:10] – created billh | docs:openoffice:mail_merge [2010/06/10 20:58] (current) – billh | ||
---|---|---|---|
Line 63: | Line 63: | ||
- when you are finished dragging columns, close the Data Sources dialog (View -> Data Sources, or use the toolbar button) | - when you are finished dragging columns, close the Data Sources dialog (View -> Data Sources, or use the toolbar button) | ||
- save your letter template document (suggestion: | - save your letter template document (suggestion: | ||
+ | |||
===== Printing ===== | ===== Printing ===== | ||
+ | :!: if you have any trouble getting your printer to cooperate, you can also try making a letter size template and positioning the fields in the right place for your printer; typically this would be to make a landscape oriented letter size document | ||
+ | |||
+ | =) it may be easier to save the document to a pdf instead of actually printing it so you can send the pages you want to the printer as many times as you need in case of feed issues, etc... | ||
+ | |||
- with your envelope or letter template open, File -> Print | - with your envelope or letter template open, File -> Print | ||
- | - on the dialog asking if you want to print a form letter, click " | + | - on the dialog asking if you want to print a form letter, click " |
+ | - if you are presented with a dialog asking if you want to print field names, click No | ||
- (optional - filtering) when presented with columns of your data, click on a cell that has a distinguishing characteristic of your choice, such as a cell with an " | - (optional - filtering) when presented with columns of your data, click on a cell that has a distinguishing characteristic of your choice, such as a cell with an " | ||
* your records should be filtered based on each row having the same content that was in the cell you just filtered | * your records should be filtered based on each row having the same content that was in the cell you just filtered | ||
Line 72: | Line 78: | ||
- click Print | - click Print | ||
- follow your normal print dialogs accordingly | - follow your normal print dialogs accordingly | ||
+ | |||
+ | ===== Form Letter Warning Dialog ===== | ||
+ | If you made the **BIG** mistake of checking the "Do not show warning again" box when printing, you need do the following: | ||
+ | * close OpenOffice | ||
+ | * find your user preferences | ||
+ | * edit the file user/ | ||
+ | * find the section with <prop oor: | ||
+ | * save the file | ||
+ | * OpenOffice should now present you with this warning dialog again | ||
+ | * the long explanation of this: [[http:// | ||
+ | |||
+ | ===== Advanced Fields ===== | ||
+ | As good as the above functionality is, it may not be enough to suite your needs. | ||
+ | |||
+ | ==== Hidden Paragraphs ==== | ||
+ | If you don't want a line break after address 1, when no address 2 exists, you must add a " | ||
+ | - move your cursor after the address 2 field | ||
+ | - Insert -> Fields -> Other | ||
+ | - click the Functions tab | ||
+ | - click the " | ||
+ | - in the Condition Field, type the following: | ||
+ | * (this is specific to our list, and yours may differ according to database name or file name) | ||
+ | * ![Addresses0.Sheet1.Address 2] | ||
+ | * ! means "if there is nothing in this field", | ||
+ | * if we don't have anything in Address 2, there won't be a blank line after Address 1 | ||
+ | - click insert | ||
+ | - do the same AFTER any field you wish | ||
+ | |||
+ | ==== Hidden Text ==== | ||
+ | You may want to hide things based on conditions. | ||
+ | - DO NOT type a comma and space between the city and state fields | ||
+ | - if you already have a comma and space, delete them so that the city and state fields are touching | ||
+ | - move your cursor between the city and state | ||
+ | - Insert -> Fields -> Other | ||
+ | - click the Functions tab | ||
+ | - click the " | ||
+ | - in the Condition Field, type the following: | ||
+ | * (this is specific to our list, and yours may differ according to database name or file name) | ||
+ | * ![Addresses0.Sheet1.City] | ||
+ | * ! means "if there is nothing in this field", | ||
+ | * if we don't have anything in the city, the comma and space will not print | ||
+ | - click insert | ||
+ | - do the same for any text you need to control visibility with | ||
+ | |||