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