Is there a way to increase the number of entries allowed in
a drop down box when you have a drop down box in a form? I think the default is 25.
Thanks
Is there a way to increase the number of entries allowed in
a drop down box when you have a drop down box in a form? I think the default is 25.
Thanks

This month, every Windows Secrets subscriber can download a one-chapter excerpt of Windows 7: The Missing Manual.Windows 7: The Missing Manual provides valuable information to help you overcome these difficulties in learning a new operating system. Subscribe today to download your free excerpt.
Hi Tom.
I am going to move this thread to the Word forum.
Eh?
This message was initially posted on the General Office Solutions board. It was moved to the Word Board.
Ah!
Hi Tom,
The 25 limit sounds familiar. That limit is probably a good thing, as trying to scroll down a longer list can get trying.
The simplest alternative to implement is, if possible, to break down the list into subcategories and have a separate dropdown for each sublist.
Higher up on the complication scale, but potentially more elegant, is to have a userform (custom-built dialog box) rather than a form. With a userform you could, for instance, have option buttons representing the names of the different subcategories; whichever option button is selected, its associated sublist could be displayed in the drop down.
Gary
Gary Frieder
www.CustomOfficeDev.com
Or else have a look at <A target="_blank" HREF=http://www.woodyswatch.com/office/archtemplate.asp?v6-n09>Woody's solution</A>
Subway Belconnen- home of the Signboard to make you smile. Get (almost) daily updates- follow SubwayBelconnen on Twitter.
Gary, thanks but i'm not at the user form level yet. I
think I am going to try Geoff W's solution.
Geoff, thanks i followed the link and copied the solution
from Woody's Watch. I think it will solve my problem.