pattyrod Posted June 10, 2008 Share Posted June 10, 2008 Is there any way to display more than 2 items in a drop-down list? Thanks! Quote Link to comment Share on other sites More sharing options...
AHunter3 Posted June 10, 2008 Share Posted June 10, 2008 I don't understand the question. A dropdown list should display as many items as are in the value list. Do you mean "without scrolling"? The number of values that show without scrolling down for more, for any given field and any given value list, depends, I think, on the formatting of the field (size & font), where on the layout it lies, how far upscreen the field happens to be scrolled to, the OS, and possibly the values IN the value list although I'm not positive that that makes a diff. Quote Link to comment Share on other sites More sharing options...
pattyrod Posted June 10, 2008 Author Share Posted June 10, 2008 I apolgize for not being more clear. I have a drop down list that's displaying values from a value list. The value list is using values from a field. I would like to display more than 2 fields from the database. Hope this helps. Quote Link to comment Share on other sites More sharing options...
AHunter3 Posted June 10, 2008 Share Posted June 10, 2008 oh! No real way but you can cheat by creating a calc field. MyCalcField = Field A & " " & Field B & " " & Field C ValueList = Field X also showing values from MyCalcField = effectively Field X also showing Field A; Field B; and Field c Quote Link to comment Share on other sites More sharing options...
pattyrod Posted June 10, 2008 Author Share Posted June 10, 2008 Smart! I'll give it a try. Thanks! Quote Link to comment Share on other sites More sharing options...
MikeAz Posted September 24, 2008 Share Posted September 24, 2008 Hi, I enquired about this a few weeks ago (see post: http://filemakertoday.com/com/showthread.php?t=18884 ) and discovered that in the Manage Value Lists area, if you are displaying values from a field, you can tell your list to "Also display values from second field" by checking the checkbox. Unfortunately, I think you can only display the information from one additional field, but it's a really handy feature. Please post again if you have any questions. Hopefully this is helpful (and what you are trying to do). Mike Quote Link to comment Share on other sites More sharing options...
pattyrod Posted September 24, 2008 Author Share Posted September 24, 2008 Thanks for your reply! I actually needed 3 items to appear in the drop down. I selected the first field and selected to display values from a second field. The second field is a calculated field that combines 2 fields to give me a total of 3 fields. Hope this makes sense.... Thanks again, Patty Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.