I am trying to make a dropdown on the master page that sets a field to a specific code. Choices are A , B , or D for example
For each of the choises the detail page has different table to show as detail.
For example if on the master page choice A is set, and you click details there will be 5 fields filled in. with choice B it will be 8 fields from another table, or different fields from the same table ( i don't know what's the easiest way).
For C other fields or table and so on ...
This is if a customers buy's for example a PC and you set the dropdown to PC, you get on the details the Brand, CPU , Memory and such things.
When another customer (or the same) buy's a Chair, you set the dropdown to furniture, you get on the details , Brand, size, price, type
Anyone some idea how to realise this ?