Is it possible to write a program (probably using the RDC) to replace one database field in a report with another? For example, if your database table is changed and you need to replace FieldA with FieldB in your report. I'm hoping to find a way to do this programmatically by opening a report file, replacing the field in the report, then saving the updated report file. Is there some type of method that can be used to replace fields?