I'm trying to make a report where sometimes there'll be 2 columns, sometime will be 5 columns...or maybe 4 columns. (User select which columns they'd like to show in the report/printout).
The question is, how do I make these columns all pack towards the right hand side of the page?
Here's an example:
In the first one, user selected/wanted to show 4 columns of data. In the second one, user picked Columns 2 and 4. And I want 2 and 4 to pack towards the right side.
How can I do this?
The question is, how do I make these columns all pack towards the right hand side of the page?
Here's an example:
Code:
Some info.... Column 1 Column 2 Column 3 Column 4
Or sometimes it'll be
Some info.... Column 2 Column 4
In the first one, user selected/wanted to show 4 columns of data. In the second one, user picked Columns 2 and 4. And I want 2 and 4 to pack towards the right side.
How can I do this?