Is there a way to change a tables field names with code? I would like to automate a report based on a crosstab query, where the heading will change constantly. Because there are over 400 possible column haedings, using the columns property is out. I tried creating a report with unbound fields and assigning headings and data at runtime, but because this report has so many calculations, it got way too hairy getting the calculations to work. So, I want to try to attack this problem by using a report with bound columns, which requires me to have fixed column names in my crosstab. To do this, I could do a make table off of my crosstab and then change the table fieldnames. But how do I automate this change with code? Is this possible? Thanks!
D
D