Hi there,
I have been researching to find a fix for this problem and I haven't found so I'm going to try here. I have a 3 tabbed form (Employee Details, Hardware Req and Applications). After working on the third tab (Applications), if I go back to do something on the other two tabs, the fields from the Applications are overlapping. For each form Visible is set like this:
If(varTab="Employee Details", true, false)
If(varTab="Hardware Req", true, false)
If(varTab="Applications", true, false).
The Applications tab contains a drop down, a text box and a gallery with checkboxes. Any help would be greatly appreciated. Thanks!