Check for dependencies, before deleting field from table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to delete a field from a table (i don't thing that it was ever used).
Is there a routine that I can run that checks if any objects (e.g., query,
form, report) depend on this field? Don't want to delete the field and then
find out later of dependencies.
 
I use SpeedFerret for this, however, this tool is not free:

Speed Ferret: http://www.moshannon.com/speedferret.html

Of the two tools listed below, I think one of them is free, but I have no
experience using either one of them:

Find & Replace: http://www.rickworld.com/products.html
Ucora: http://www3.bc.sympatico.ca/starthere/findandreplace/

The tool should also detect for any references in VBA code (or you should
search your project for any references, just to be on the safe side).
SpeedFerret does all of this.

Tom Wickerath
Microsoft Access MVP

http://www.access.qbuilt.com/html/expert_contributors.html
http://www.access.qbuilt.com/html/search.html
__________________________________________
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top