I have a Products table and an Enquiries table.
I have created a 1-to-Many relationship between Products and Enquiries. In the Products table there is a field for Normal Price and a Field for Discounted Price. In the Enquiries table there is a field that stores the Price Type (Normal or Discounted). Is it possible to create a calculated field within the Enquiries table that will display the Normal Price if Normal is selected, and alternatively the Discounted price would be displayed if Discounted is selected.
I think this might need to be done within a form using some code but perhaps this can also be done using a calculated field with the table?