September 13, 200817 yr Hello, please excuse my question if it seems trivial. I'm new to filemaker and using scripts. I have a database where data is input into text fields . I have a vertical range of 10 text boxes, sometimes data is entered into 3 sometimes all 10. I'm trying to make a script that makes a form that only shows the data for what is input, as well as a specific line of text under each of these data. One of these text boxes asks for sizes range (ex size 7 to 12). I need a text line that prints out the following ___7 ___8 ___9 etc. based on the sizes range. I know I could make a script that, tells the database to slide up based on data, but how to do I get the text line only to print based on data input? Thanks
September 13, 200817 yr Hi try the List( ) function ! For example, if you have 2 fields, List( Field1; Field2 ) returns the contents of those fields in list view.
Create an account or sign in to comment