There is a table that lists all of the linked DBF tables in the current database in the field "ForeignNam e". I need to create code that will delete all these tables whose names are in the "ForeignNam e" field (the table is created from a make table query the filters on *DBF names in this field).
This code will be distributed to a about 50 employees in our dept. We are trying to automate this process so that employees do not have to manually delete 15 or 20 linked tables in their databases.
Any help is appreciated.
This code will be distributed to a about 50 employees in our dept. We are trying to automate this process so that employees do not have to manually delete 15 or 20 linked tables in their databases.
Any help is appreciated.
Comment