I'm doing a maintenance work on an access'97 database. We have to get rid of a column (NbrAssigned) from a particular table. But before deleting this column we have to make sure that it is not being used anywhere in the project.
The problem is, this column is referenced in plenty of forms (rather than being used inside the code) hence making it impossible to track using a global search.
I would really appreciate if someone could tell me how to track the usage of this column in various forms.
Thanks
The problem is, this column is referenced in plenty of forms (rather than being used inside the code) hence making it impossible to track using a global search.
I would really appreciate if someone could tell me how to track the usage of this column in various forms.
Thanks