Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
I have written an app for my customer that helps them create Word Template
documents, but they have a choice of 30 or so fields - which makes it tedious to look through it to find the one they want. Is there any way to sort that list? (Other than rewriting my query!) Help much appreacited Clive |
#2
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
I don't think you can sort the content of the standard dropdowns. However, I
suppose you could always write your own dialog box that allowed them to pick the field names, insert the appropriate MERGEFIELD field, and let them sort in a variety of ways. Not really my thing, particularly because I don't really like modifying the standard Word user interface. Peter Jamieson "Clive" wrote in message ... I have written an app for my customer that helps them create Word Template documents, but they have a choice of 30 or so fields - which makes it tedious to look through it to find the one they want. Is there any way to sort that list? (Other than rewriting my query!) Help much appreacited Clive |
#3
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
Thanks again Peter.
I'd rather not modify the Word UI either. In the end I may do it in SQL - getting the list of fields then sorting them, then programmatically writing a select statement (with sorted fields) - to select from the underlying select statement. Then Word's list will be naturally sorted. Also thanks for pointing me to the MergeWithAttachments article. That has given a few ideas.. Regards Clive "Peter Jamieson" wrote in message ... I don't think you can sort the content of the standard dropdowns. However, I suppose you could always write your own dialog box that allowed them to pick the field names, insert the appropriate MERGEFIELD field, and let them sort in a variety of ways. Not really my thing, particularly because I don't really like modifying the standard Word user interface. Peter Jamieson "Clive" wrote in message ... I have written an app for my customer that helps them create Word Template documents, but they have a choice of 30 or so fields - which makes it tedious to look through it to find the one they want. Is there any way to sort that list? (Other than rewriting my query!) Help much appreacited Clive |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sort by multiple fields | Mailmerge | |||
word mailmerge field sort | Mailmerge | |||
Why does Word sort my lists incorrectly? | New Users | |||
How to add optional address field into middle of Word's preformat. | Mailmerge | |||
MS Word's Insert -> Fields-> TC Problem | New Users |