Hi,
I have a table "Preference" where I can select (Yes or No) the desired columns to be display in a form "Presentation" where are A, B, C, D and E columns.
What I need:
If for example in the table Preference the column selected are A, C and D, then the form will show only those three columns A, C and D. The others columns B and E have to be hifdden.
I found a way using columnHidden property, but is working in datasheet form only.
I need to apply this preferred selection on the regular form where I have others more functions.
Thank You!
I have a table "Preference" where I can select (Yes or No) the desired columns to be display in a form "Presentation" where are A, B, C, D and E columns.
What I need:
If for example in the table Preference the column selected are A, C and D, then the form will show only those three columns A, C and D. The others columns B and E have to be hifdden.
I found a way using columnHidden property, but is working in datasheet form only.
I need to apply this preferred selection on the regular form where I have others more functions.
Thank You!
Last edited: