I have a table (tblTest) with fields RecID, RecSection, and RecHours. At runtime I add somewhere between 2 and 3 more fields to this table (Names such as RecClass1, RecClass2 etc). This depends on how many classes the operator has added to another table.
When I display my report I want the data grouped by RecSection. The only way I can see of including the tables I added at runtime is by using the unbound fields.
Hope this is clearer.