Rich Text Lite Field validation

Hi,

How can I validate a Rich Text Lite Field. This is what I am trying to do, the “Shipment” field is the Rich Text Lite field

@If(Type= “Material” & Shipment=“” ; @Failure(“You need to paste a Notes Database link into the Shipments field”);@Success)

There is no input validation section like you have with an ordinary text field. Does not work in the queryclose event too.

Thanks much

Subject: Rich Text Lite Field validation

Rich Text Lite is what it sounds like, a simpler version of rich text. So the same restrictions applies to it.