Quote:
Originally Posted by cksm4
Check boxes are InlineShapes
|
That only applies to ActiveX checkboxes. Neither userform checkboxes (available in all Word versions except Word 2008), formfield checkboxes (available in all Word versions) nor content control checkboxes (only available in Word 2010, so far) are InlineShapes.
Leeroy: There a numerous ways of handling this.
For example, you could keep the data for all jobs in an Excel spreadsheet, with columns identifying the clients and separate columns for each service and use Word's mailmerge facility to generate the letters. In Excel, you'd input the customer details and the services provided on a new row. If you then create a Word mailmerge document, that points to the Excel workbook as its data source, you can use IF fields in the Word document to vary the text according to what services each record says are provided to a given client. You can then choose to print the documents for whichever clients you want.
Another way would be to create a userform with checkboxes to determine what text gets inserted at various points in the document. You could do something similar with a document set up as a form with checkbox formfields.