Does anyone know if it is possible to have a button that will hide/unhide columns in a continuous form and rearrange them? For example
Current Continuous Form
So it has to hide Columns 2-4, and then move Column 5 and 6 over to the left so there are no gaps in between
Current Continuous Form
Code:
|Column1||Column2||Column3||Column4||Column5||Column6|
Then when you click a checkbox or something, it looks like
|Column1||Column5||Column6|
So it has to hide Columns 2-4, and then move Column 5 and 6 over to the left so there are no gaps in between