Hi!
I have put a tab control on my form,which consists of 2 tabs.
The first tab, 'Item details', has fields pertaining to Item details and the 2nd tab 'License details' contains fields pertaining to the license details of the item.
But it is not necessary that each item will have a license.
So I have created an option group named 'Requires license?' on the 1st tab. Now I want that When the user clicks 'Yes' in the option group(i.e. the item requires a license), Tab 2 should be displayed to fill in the license details.
Please let me know if my requirement is not clear.
Thank you.