I have yet another validation question. I have a column in a list titled Document Attached? this is a yes/no type of column. I would like to validate that if this is checked yes that a document is indeed attached. If it is not checked then it also causes an error. When you attach a file the item is called Attachments (by SharePoint) this is not a column I have created.
I wrote this validation but it doesn't work correctly. Any help would be greatly appreciated. I need to keep this in generic validation format not jquery or javascript.
=IF([Document Attached?]="Yes",TRUE,IF(AND([Attachments]""TRUE,FALSE))
Thanks in advance.
Diane