December 20, 200421 yr Newbies Hi, I'm trying to have a changing value lists field by a case calculation based on field "project". Ex. "project 1" has 2 value lists "categories" & "items" from fields in two other related files, as does "project2" and so on. I'm having trouble with one of the resulting "items" value lists - only 5 out of 103 values in the list appear. The calculation for "items_calc" is: Case(project = "00 4086", ValueListItems("main.fp5", "4086_items")) & Case(project = "03 3627", ValueListItems("main.fp5", "3627_items")) The trouble is with the "3627_items" list. In the "items_calc" field all items appear. However, in the "items" field, which is a pop-up menu using value list based on "items_calc" field, only the first 5 items are available for selection. Any ideas on what could be wrong? Thanks, Alvise
December 20, 200421 yr Author Newbies OK - I got it. 60 char limit per item in value list for Filemaker v<7
Create an account or sign in to comment