Les Isaacs
Registered User.
- Local time
- Today, 21:38
- Joined
- May 6, 2008
- Messages
- 186
Hi All
I have:
This has been working fine - all the files that meet that criteria are deleted, but now I need the option to exclude a particular file from those to be deleted: the particular file would be identified by having some specific text in its filename. So for example I need to be able to delete all files meeting the criteria EXCEPT any files that have the string "summary" as part of the filename. Can this be done 
Thanks for any help.
Les
I have:
Code:
Kill "Z:\Client_Reports\" & [websiteID] & "\" & LEFT([Forms]![frm x main]![month name], 3) & "*"
Thanks for any help.
Les