My Application ( Vb.Net) is to scan Access DB forms and find out the Activx control if present and it works fine. But my problem is...
In some DBs we have tables with mapping path to specific locations (Table Property->Linked Table Manager) and when we relocate these DBs then we need to change the path manually otherwise it will show a message to re-link ( Access DB message) while opening the DB. And I am facing same problem while scanning through my Tool as well and my process stops, continue only by manual intervention.
Do I capture the massage event and send some user specific message to user in the Log file or Report and continue scanning further?
Can anyone help me???