Hi Everyone.
Please help!
I have a form from a SharePoint list that i have created 4 tabs on. I want a formula that hides some fields if 2 of the tabs are selected. Im trying to use the 'Visible' formula but when im putting multiple if statements in its not working. Please could you tell me whats wrong below:
Visible = If(varformtab="Details2",false,true),if(varformtab="Details",false,true)