I have a form that contains a lookup field, as well as a subgrid. Depending on the value selected in the lookup, I would like to make change which columns are visible in the sub grid.
Lookup = A
Subgrid:
Field1, Field2, Field3, Field4.
Lookup = B
Subgrid:
Field1, Field2, Field3, Field4, Field5, Field6
I am assuming my options are to have 2 different views and switch which I want, or just 1 view and hide the extra columns. Any idea's on how to implement this?