Is it possible to delete external files witha query?

  • Thread starter Thread starter PSI
  • Start date Start date
P

PSI

My access database has a table where one of the fields is an external
filename ( large map images ). Is it possible to construct a DELETE
query which will automatically delete the external files or does one
do a SELECT first, iterate over the records deleteing the external
files and the do a DELETE query with the same criteria.

Thanks
Frank
 
Back
Top