![]() |
|
|
Thread Tools | Display Modes |
#5
|
||||
|
||||
![]()
As Paul implies Form Field drop boxes are limiting (the 25 item list limit is a particular brick wall) and as you would need to use VBA to do what you require in any case, then his suggestion of mail merge is a good one.
However if you are going to use macros then rather than use a form field for the dropdown, you could employ instead a userform with a list box or combo box populated from the Excel worksheet. The box could hold all the fields from each record and thus lookup wouldn't be required. The form fields (if you need to use them) could be populated directly from the columns of the userform. See http://www.gmayor.com/Userform.htm and http://www.gmayor.com/Userform.htm. For a more in depth explanation, see http://gregmaxey.com/Create_and_employ_a_UserForm.htm If you want to get adventurous, you could limit the display by a selected initial letter, but let's not run before we can walk ![]()
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
Tags |
auto-fill, content controls, cross platform |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
webber | Word | 1 | 10-02-2013 02:52 PM |
Auto-populate from form fields | kenelder | Word | 3 | 05-23-2013 07:50 AM |
![]() |
Intruder | Excel | 1 | 08-03-2012 05:41 AM |
![]() |
Joe Patrick | Word VBA | 2 | 01-30-2012 07:23 AM |
Word Fill-in form with Excel spreadsheet | karik | Word | 0 | 01-11-2010 08:45 AM |