Well, I load values into a table dynamically by a recordset, then I have to choose which values I want to display in a report.
So I use the table to store all possible values that can go in a report, click on the fields I want in a report (maybe 10 from several hundred), then they get loaded to a report for viewing.
The report is already formatted, it'd just be nice to have one of the column's in the 'interim' table centred.
Is there a more efficient way of doing this?