Please, I want to create new app used in food delivery.
One of the app field contain Enumlist for food types e.g (field#1), another field contain Enumlist for food prices (field #2), and 3rd field is (field #3) to summation the total cost of menu.
My question is how to connect those fields above? Where the app will record the price of food automatically (in field #2) when customer record in field #1? Also I want to take consideration if the customer record more than 2 types of food in (field #1).
Thanks for all
Thank you Aleksi.
If the customer request many types of food from Enumlist in (field#1) and (field#2) contain the prices of each type of food.
And I want to make field (field#3) will automatically calculate the cost of requested food. And thus how to connect those fields.