In Access 2007 I try to implement drag & drop using a listview box. If I drop some plain text, it works fine. But if I drop some filenames (e.g. using Explorer), I receive a runtime error 438 "Object doesn't support this property or method". The code (Data.GetFormat(ccCFFiles)) recognizes that...