@Dawid Jachnik, I know we can compare with another field using validation but how come this will help for my Question, The thing is I am not comparing two field value, please read my question once again.
But some how I managed to add General Validate and Marco its works greate but the problem is when specific field has no value, validation not working, e.g When notes is empty, the validation I added to this field is not triggered and it allow blank value without consider the validation, So In order overcome this I added validation to required field so it always has value then validate other field using that Validation works but error message show to user all under the same field and only one validation message error shows other supressed.