zukutu Posted January 15, 2008 Posted January 15, 2008 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
comment Posted January 15, 2008 Posted January 15, 2008 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.
Recommended Posts
This topic is 6156 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now