January 15, 200817 yr Hi, How can we get a specific value based on the data that user inputed? user enter U_SIZE(global) ____ " System will show the UNIT_PRIZE(based on the data) $_____ Price cart - If size: <25" = $25 <30" = $35 <45" = $45 This price cart is a database in filemaker. variables: SIZE, PRICE If user entered 19", the price will show up as $25 If user entered 26", the price will show up as $35 Thanks in advance, Zu
January 15, 200817 yr Define a relationship between your main table and the Prices table, matching size to size. Make the price field in your main table lookup the price from the related record in Prices, using the 'lookup next higher' option.
Create an account or sign in to comment