Steve Schapel
miscellany at mvps.org
Mon Mar 23 03:21:35 CDT 2009
Max, Yep, that's simple all right. But will throw an error if no .txt files. Regards Steve -------------------------------------------------- From: "Max Wanadoo" <max.wanadoo at gmail.com> Sent: Monday, March 23, 2009 8:49 PM To: "'Access Developers discussion and problem solving'" <accessd at databaseadvisors.com> Subject: Re: [AccessD] Kill Text > Looks good to me, Stu. > > Even better (perhaps) > > Public Function KillTxt() > Kill "C:\Program Files\EMSReports\Imports\*.txt" > End Function >