Bennie47250
Programmer
Using Crystal 7.0 SQL 2000 Database
Inside this database is a Table named Sales_Information, one of the 50+ fields is named ProductFamilyKey. Due to some other programming the values in this field no longer means the same thing. For example 1 used to indicate Apple, now 1 indicates Cow.
I need to find any report that uses this field so I can make the appropriate changes to the reports. Is there an easy way to do this?
What I have done is changed the field name to ProductFamilyKey_A in the table thinking if any report used it, it would blow up and I could correct it as this occurs however I would like to be more proactive than reactive.
Thanks
Inside this database is a Table named Sales_Information, one of the 50+ fields is named ProductFamilyKey. Due to some other programming the values in this field no longer means the same thing. For example 1 used to indicate Apple, now 1 indicates Cow.
I need to find any report that uses this field so I can make the appropriate changes to the reports. Is there an easy way to do this?
What I have done is changed the field name to ProductFamilyKey_A in the table thinking if any report used it, it would blow up and I could correct it as this occurs however I would like to be more proactive than reactive.
Thanks